on my system need headers to define geteuid() and so

This commit is contained in:
Pierangelo Masarati 2002-12-07 17:32:33 +00:00
parent 1b70e16448
commit 58c18226e0

View File

@ -22,6 +22,9 @@
#include <ac/string.h> #include <ac/string.h>
#include <ac/time.h> #include <ac/time.h>
#include <unistd.h>
#include <sys/types.h>
#include "ldap-int.h" #include "ldap-int.h"
#include "ldap_log.h" #include "ldap_log.h"