mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
fix NT build by moving unistd.h
This commit is contained in:
parent
7c53c9ba1c
commit
36880023b6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user