mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add ac/errno.h and use other generic headers when available.
This commit is contained in:
parent
39f0066db4
commit
c2b7c9e2db
1 changed files with 5 additions and 4 deletions
|
|
@ -6,14 +6,15 @@
|
|||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
#include <ac/socket.h>
|
||||
#include <ac/errno.h>
|
||||
#include <ac/signal.h>
|
||||
#include <ac/socket.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/time.h>
|
||||
#include <ac/unistd.h>
|
||||
|
||||
#include "ldapconfig.h"
|
||||
#include "slap.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue