diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-04-25 19:15:52 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-04-25 19:15:52 +0000 |
commit | f98de5cd06fc3320fe711254f283128428a0b819 (patch) | |
tree | 7a9479d3486fbf29835f75cb468195dba5cd350f | |
parent | 1bccdfe10c32a830f36116d0266af4c6ed4eb5c4 (diff) |
include ldap.h to ensure that struct ldap_config will be the same in every file
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@849 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/cfg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h index e55b0e8..72eec98 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -5,7 +5,7 @@ Copyright (C) 1997-2005 Luke Howard Copyright (C) 2007 West Consulting - Copyright (C) 2007, 2008 Arthur de Jong + Copyright (C) 2007, 2008, 2009 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 @@ -28,6 +28,7 @@ #include <unistd.h> #include <sys/types.h> +#include <ldap.h> #include "compat/attrs.h" |