Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
a8e58e3e
Commit
a8e58e3e
authored
Sep 21, 2006
by
Howard Chu
Browse files
Just include one or the other of poll.h or sys/poll.h
parent
bd1f3a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ac/socket.h
View file @
a8e58e3e
...
...
@@ -23,8 +23,7 @@
#ifdef HAVE_POLL_H
#include
<poll.h>
#endif
#ifdef HAVE_SYS_POLL_H
#elif defined(HAVE_SYS_POLL_H)
#include
<sys/poll.h>
#endif
...
...
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