More prep for poll(2) support.

This commit is contained in:
Kurt Zeilenga 2004-07-09 19:08:48 +00:00
parent ebfbc8d19e
commit 529e1d61f5
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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>