nss-pam-ldapd commit: r1724 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1724 - 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: r1724 - nss-pam-ldapd/nslcd
- Date: Sat, 21 Jul 2012 23:29:58 +0200 (CEST)
Author: arthur
Date: Sat Jul 21 23:29:57 2012
New Revision: 1724
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1724&view=revision
Log:
add missing includes to ensure all types are defined in header
Modified:
nss-pam-ldapd/nslcd/common.h
Modified: nss-pam-ldapd/nslcd/common.h
==============================================================================
--- nss-pam-ldapd/nslcd/common.h Fri Jul 20 14:27:19 2012 (r1723)
+++ nss-pam-ldapd/nslcd/common.h Sat Jul 21 23:29:57 2012 (r1724)
@@ -26,6 +26,8 @@
#include <errno.h>
#include <limits.h>
+#include <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: r1724 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project