aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'odmr.c')
-rw-r--r--odmr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/odmr.c b/odmr.c
index 3dcb3e62..76891681 100644
--- a/odmr.c
+++ b/odmr.c
@@ -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>