]> git.sur5r.net Git - openldap/commitdiff
fix NT build by moving unistd.h
authorGary Williams <gwilliams@openldap.org>
Fri, 2 Feb 2001 16:07:12 +0000 (16:07 +0000)
committerGary Williams <gwilliams@openldap.org>
Fri, 2 Feb 2001 16:07:12 +0000 (16:07 +0000)
libraries/liblutil/passwd.c

index e7262115c71b72baf35a01d07b3f261079ea9663..2c6546421bd8962c759ccc506cc94e7628486f0b 100644 (file)
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <ac/stdlib.h>
 #include <ac/string.h>
+#include <ac/unistd.h>
 
 #ifdef SLAPD_LMHASH
 #      include <openssl/des.h>
@@ -38,7 +39,6 @@
 #include <ac/param.h>
 
 #ifdef SLAPD_CRYPT
-#include <ac/unistd.h>
 #include <ac/crypt.h>
 #endif