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
- 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: r1726 - in nss-pam-ldapd-0.7: . nslcd
- Date: Sat, 21 Jul 2012 23:33:59 +0200 (CEST)
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/
- nss-pam-ldapd commit: r1726 - in nss-pam-ldapd-0.7: . nslcd,
Commits of the nss-pam-ldapd project