From 2fa176998922beb813560210fb7ce80dccec5a1b Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 21 Jul 2012 21:33:05 +0000 Subject: only inlude stdint.h if we have it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1725 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nslcd/common.h b/nslcd/common.h index b641878..3ca77f8 100644 --- a/nslcd/common.h +++ b/nslcd/common.h @@ -26,7 +26,9 @@ #include #include +#ifdef HAVE_STDINT_H #include +#endif /* HAVE_STDINT_H */ #include #include "nslcd.h" -- cgit v1.2.3