mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Should include <ac/unistd.h> instead of <unistd.h>
This commit is contained in:
parent
e020da90c1
commit
a8efbbeef4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ac/string.h>
|
||||
#include <unistd.h> /* get unlink() */
|
||||
#include <ac/unistd.h>
|
||||
|
||||
#include <ldbm.h>
|
||||
#include <lber.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue