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
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1725 - nss-pam-ldapd/nslcd
- Date: Sat, 21 Jul 2012 23:33:06 +0200 (CEST)
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/
- nss-pam-ldapd commit: r1725 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project