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

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

parent 48dcea21
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment