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

More prep for poll(2) support.

parent ebfbc8d1
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,11 @@
* <http://www.OpenLDAP.org/license.html>.
*/
/*
* This header is to be included by portable.h to ensure
* tweaking of FD_SETSIZE is done early enough to be effective.
*/
#ifndef _AC_FDSET_H
#define _AC_FDSET_H
......
......@@ -21,6 +21,10 @@
#include <sys/types.h>
#endif
#ifdef HAVE_POLL_H
#include <poll.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment