mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
34e9c28ad3
PR: 87888
15 lines
296 B
C
15 lines
296 B
C
--- lib/gssapi/krb5/import_name.c.orig Mon Jul 18 15:12:42 2005
|
|
+++ lib/gssapi/krb5/import_name.c Tue Nov 8 09:53:58 2005
|
|
@@ -33,6 +33,11 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#include <sys/param.h>
|
|
+#if __FreeBSD_version < 500100
|
|
+#include <stdio.h>
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_STRING_H
|
|
#include <string.h>
|
|
#else
|