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

This commit is contained in:
Kurt Zeilenga 1999-02-16 18:07:19 +00:00
parent 39f0066db4
commit c2b7c9e2db

View file

@ -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"