FreeBSD compatibility (Dirk Meyer)

This commit is contained in:
leitner
2004-02-26 17:26:30 +00:00
parent 76344d0ee6
commit fbc0865c50
7 changed files with 19 additions and 6 deletions

3
auth.c
View File

@@ -1,3 +1,6 @@
#ifdef __FreeBSD__
#include <sys/types.h>
#endif
#include <md5.h>
#include "ldap.h"
#include "auth.h"