Skip to content
Snippets Groups Projects
Commit c2b7c9e2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add ac/errno.h and use other generic headers when available.

parent 39f0066d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment