fix NT build by moving unistd.h

This commit is contained in:
Gary Williams 2001-02-02 16:07:12 +00:00
parent 7c53c9ba1c
commit 36880023b6

View 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