mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix compiler warnings by including ac/unistd.h
This commit is contained in:
parent
621babf51d
commit
18c5605524
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <ac/stdlib.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/unistd.h>
|
||||
|
||||
#include "ldap_pvt_thread.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue