From 70aeae2040bcc53c4b238e93f00395d9963fc313 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 30 Jan 2008 22:40:16 +0000 Subject: include stdint.h git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@584 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/ether.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nslcd/ether.c') 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 #endif +#ifdef HAVE_STDINT_H +#include +#endif /* HAVE_STDINT_H */ #include "common.h" #include "log.h" -- cgit v1.2.3-54-g00ecf