From 8c3489da26df9750cbfe4ad195a7d925711556b5 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 23 Jul 2012 21:52:36 +0000 Subject: ensure that all places where stdint.h is included it is surrounded by #ifdefs git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1731 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/protocol.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nslcd/protocol.c') diff --git a/nslcd/protocol.c b/nslcd/protocol.c index 9536a8e..f5dfe5a 100644 --- a/nslcd/protocol.c +++ b/nslcd/protocol.c @@ -28,7 +28,9 @@ #include #include #include +#ifdef HAVE_STDINT_H #include +#endif /* HAVE_STDINT_H */ #include "common.h" #include "log.h" -- cgit v1.2.3