lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1726 - in nss-pam-ldapd-0.7: . nslcd

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

nss-pam-ldapd commit: r1726 - in nss-pam-ldapd-0.7: . nslcd



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

Log:
add missing includes to ensure all types are defined in header (r1724 and r1725 
from development)

Modified:
   nss-pam-ldapd-0.7/   (props changed)
   nss-pam-ldapd-0.7/nslcd/common.h

Modified: nss-pam-ldapd-0.7/nslcd/common.h
==============================================================================
--- nss-pam-ldapd-0.7/nslcd/common.h    Sat Jul 21 23:33:05 2012        (r1725)
+++ nss-pam-ldapd-0.7/nslcd/common.h    Sat Jul 21 23:33:58 2012        (r1726)
@@ -25,6 +25,10 @@
 #define NSLCD__COMMON_H 1
 
 #include <errno.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif /* HAVE_STDINT_H */
+#include <sys/types.h>
 
 #include "nslcd.h"
 #include "common/nslcd-prot.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/