mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
pipe(2) needs unistd.h
This commit is contained in:
parent
1459ab3495
commit
683ea591f7
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "portable.h"
|
||||
#include <ac/socket.h>
|
||||
#include <ac/unistd.h>
|
||||
|
||||
#include <lutil.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue