summaryrefslogtreecommitdiff
path: root/nslcd/ether.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-01-30 22:40:16 +0000
committerArthur de Jong <arthur@arthurdejong.org>2008-01-30 22:40:16 +0000
commit70aeae2040bcc53c4b238e93f00395d9963fc313 (patch)
tree815c07b1a450089190999498c8e5988fb1f0d00a /nslcd/ether.c
parent00e89879f315dd66004394fd3caae99375d50430 (diff)
include stdint.h
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@584 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ether.c')
-rw-r--r--nslcd/ether.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nslcd/ether.c b/nslcd/ether.c
index 653858b..e6d739c 100644
--- a/nslcd/ether.c
+++ b/nslcd/ether.c
@@ -31,6 +31,9 @@
#ifdef HAVE_NETINET_ETHER_H
#include <netinet/ether.h>
#endif
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif /* HAVE_STDINT_H */
#include "common.h"
#include "log.h"