diff options
Diffstat (limited to 'odmr.c')
-rw-r--r-- | odmr.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ #ifdef HAVE_NET_SELECT_H /* AIX needs this */ #include <net/select.h> #endif +#ifdef HAVE_SYS_SELECT_H /* AIX 4.1, at least, needs this */ +#include <sys/select.h> +#endif #include <netdb.h> #include <errno.h> #include <unistd.h> |