mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix NT build by moving unistd.h
This commit is contained in:
parent
7c53c9ba1c
commit
36880023b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue