lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1725 - nss-pam-ldapd/nslcd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1725 - nss-pam-ldapd/nslcd



Author: arthur
Date: Sat Jul 21 23:33:05 2012
New Revision: 1725
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1725&view=revision

Log:
only inlude stdint.h if we have it

Modified:
   nss-pam-ldapd/nslcd/common.h

Modified: nss-pam-ldapd/nslcd/common.h
==============================================================================
--- nss-pam-ldapd/nslcd/common.h        Sat Jul 21 23:29:57 2012        (r1724)
+++ nss-pam-ldapd/nslcd/common.h        Sat Jul 21 23:33:05 2012        (r1725)
@@ -26,7 +26,9 @@
 
 #include <errno.h>
 #include <limits.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif /* HAVE_STDINT_H */
 #include <sys/types.h>
 
 #include "nslcd.h"
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/