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