mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Needs <ac/stdlib.h> for EXIT_*
This commit is contained in:
parent
df8f7cbb9b
commit
59c8a88c2f
2 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <ac/stdlib.h>
|
||||
#include <ac/signal.h>
|
||||
#include <ac/socket.h>
|
||||
#include <ac/unistd.h>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include "portable.h"
|
||||
|
||||
#include <ac/stdlib.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slurp.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue