<sys/socket.h> is required if CLDAP is enabled.

This commit is contained in:
Kurt Zeilenga 1998-08-28 21:56:24 +00:00
parent 48dcea21a1
commit 27496ee554

View File

@ -2,6 +2,9 @@
#include <stdio.h>
#include <sys/types.h>
#ifdef CLDAP
#include <sys/socket.h>
#endif
#include "slap.h"
#include "ldapconfig.h"
#include "back-ldbm.h"