From 371d82d3472dc700eed1c2a8ac4cd55b5f334926 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 4 Feb 2008 22:27:06 +0000 Subject: actually include the compat header files when needed git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@620 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/nslcd.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nslcd/nslcd.c') diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index 4c2faf8..c3e6312 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -47,6 +47,12 @@ #endif /* HAVE_GRP_H */ #include #include +#ifndef HAVE_GETOPT_LONG +#include "compat/getopt_long.h" +#endif /* not HAVE_GETOPT_LONG */ +#ifndef HAVE_DAEMON +#include "compat/daemon.h" +#endif /* not HAVE_DAEMON */ #include "nslcd.h" #include "log.h" -- cgit v1.2.3