diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-09-04 11:54:49 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-09-04 11:54:49 +0000 |
commit | 438471ec17f128e95d20c7ff7f1626376a4fe0a3 (patch) | |
tree | 8aab5de7842d430d5a99fd03bfae06a1a8990049 /nslcd/common.c | |
parent | b5c1d010540c5dbfe5a7e03001bbe7becc031c89 (diff) |
some simple changes in includes to make FreeBSD diff smaller
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@986 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/common.c')
-rw-r--r-- | nslcd/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nslcd/common.c b/nslcd/common.c index 13d62b1..d88bb60 100644 --- a/nslcd/common.c +++ b/nslcd/common.c @@ -27,6 +27,7 @@ #include <stdarg.h> #include <sys/types.h> #include <sys/socket.h> +#include <netinet/in.h> #include <arpa/inet.h> #include <strings.h> #include <limits.h> |