Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quanah Gibson-Mount
OpenLDAP
Commits
27496ee5
Commit
27496ee5
authored
Aug 28, 1998
by
Kurt Zeilenga
Browse files
<sys/socket.h> is required if CLDAP is enabled.
parent
48dcea21
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/idl.c
View file @
27496ee5
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment