From: Kurt Zeilenga Date: Fri, 9 Jul 2004 19:08:48 +0000 (+0000) Subject: More prep for poll(2) support. X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~98 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=529e1d61f59047b6b056de0aab3fc58e2baeb501;p=openldap More prep for poll(2) support. --- diff --git a/include/ac/fdset.h b/include/ac/fdset.h index 45ed4247ab..994828e40f 100644 --- a/include/ac/fdset.h +++ b/include/ac/fdset.h @@ -14,6 +14,11 @@ * . */ +/* + * 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 diff --git a/include/ac/socket.h b/include/ac/socket.h index e0b7ec945d..6d08a34bd3 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -21,6 +21,10 @@ #include #endif +#ifdef HAVE_POLL_H +#include +#endif + #ifdef HAVE_SYS_SOCKET_H #include