From 74c2c4909d84fc5d9a7f082e11e50efc20d450f9 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 28 Nov 2006 09:54:43 +0000 Subject: include config.h as first statement git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@129 ef36b2f9-881f-0410-afb5-c4e39611909c --- server/common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/common.c') 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" -- cgit v1.2.3