nss-pam-ldapd commit: r1631 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1631 - 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: r1631 - nss-pam-ldapd/nslcd
- Date: Sat, 10 Mar 2012 21:41:38 +0100 (CET)
Author: arthur
Date: Sat Mar 10 21:41:37 2012
New Revision: 1631
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1631&view=revision
Log:
add missing include for _POSIX_HOST_NAME_MAX (thanks Mel Flynn)
Modified:
nss-pam-ldapd/nslcd/common.h
Modified: nss-pam-ldapd/nslcd/common.h
==============================================================================
--- nss-pam-ldapd/nslcd/common.h Sat Mar 10 21:31:58 2012 (r1630)
+++ nss-pam-ldapd/nslcd/common.h Sat Mar 10 21:41:37 2012 (r1631)
@@ -3,7 +3,7 @@
This file is part of the nss-pam-ldapd library.
Copyright (C) 2006 West Consulting
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Arthur de Jong
+ Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -25,6 +25,7 @@
#define NSLCD__COMMON_H 1
#include <errno.h>
+#include <limits.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: r1631 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project