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 95da2469..1f3708d2 100644
--- a/odmr.c
+++ b/odmr.c
@@ -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>