]> git.sur5r.net Git - openldap/commitdiff
on my system need headers to define geteuid() and so
authorPierangelo Masarati <ando@openldap.org>
Sat, 7 Dec 2002 17:32:33 +0000 (17:32 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 7 Dec 2002 17:32:33 +0000 (17:32 +0000)
libraries/libldap/open.c

index 1d2a7d62c62d17d91468b49cb4508fb29c58e0b8..dc6957814877cd3a1e59d1b0667505470a359428 100644 (file)
@@ -22,6 +22,9 @@
 #include <ac/string.h>
 #include <ac/time.h>
 
+#include <unistd.h>
+#include <sys/types.h>
+
 #include "ldap-int.h"
 #include "ldap_log.h"