summaryrefslogtreecommitdiff
path: root/server/common.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-28 09:54:43 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-11-28 09:54:43 +0000
commit74c2c4909d84fc5d9a7f082e11e50efc20d450f9 (patch)
tree0201e459b6025bef3d25aea4b18f7b409d8c3336 /server/common.c
parent0032599833c8f81dabc03f85912acbe54924d412 (diff)
include config.h as first statement
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@129 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'server/common.c')
-rw-r--r--server/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/common.c b/server/common.c
index f4be471..33d203d 100644
--- a/server/common.c
+++ b/server/common.c
@@ -21,6 +21,8 @@
MA 02110-1301 USA
*/
+#include "config.h"
+
#include "nslcd.h"
#include "common.h"