diff options
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r-- | nslcd/nslcd.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 <nss.h> #include <pthread.h> +#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" |