summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-md5password.c
blob: 836a1e2023fee27680767d927647b799323cb728 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- md5password.c.orig	Thu Feb  5 01:08:49 2004
+++ md5password.c	Thu Feb 26 16:03:58 2004
@@ -1,3 +1,6 @@
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
 #include <md5.h>
 #include <string.h>
 #include "buffer.h"