diff options
Diffstat (limited to 'net/tinyldap/files/patch-md5password.c')
-rw-r--r-- | net/tinyldap/files/patch-md5password.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/tinyldap/files/patch-md5password.c b/net/tinyldap/files/patch-md5password.c new file mode 100644 index 000000000000..836a1e2023fe --- /dev/null +++ b/net/tinyldap/files/patch-md5password.c @@ -0,0 +1,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" |