aboutsummaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tinyldap/files/patch-auth.c')
-rw-r--r--net/tinyldap/files/patch-auth.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/tinyldap/files/patch-auth.c b/net/tinyldap/files/patch-auth.c
new file mode 100644
index 000000000000..f22e9eb7d111
--- /dev/null
+++ b/net/tinyldap/files/patch-auth.c
@@ -0,0 +1,9 @@
+--- auth.c.orig Tue May 14 22:26:20 2002
++++ auth.c Thu Feb 26 16:03:58 2004
+@@ -1,3 +1,6 @@
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include <md5.h>
+ #include "ldap.h"
+ #include "auth.h"