mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
#ifdef for <sys/file.h>
This commit is contained in:
parent
dfc4d48209
commit
6023a2fe42
1 changed files with 2 additions and 0 deletions
|
|
@ -8,7 +8,9 @@
|
|||
#include <ac/ctype.h>
|
||||
#include <ac/socket.h>
|
||||
|
||||
#ifdef HAVE_SYS_FILE_H
|
||||
#include <sys/file.h>
|
||||
#endif
|
||||
|
||||
#include "slap.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue