aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-08 20:26:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-08 20:26:16 +0000
commitaf46c6d46960ac779d538815d156988f777b42f0 (patch)
treeef13f5ee998f09e47e9eff7933a71969c71c945a /odmr.c
parent59484c291442f0caa1d0332db1dd7e594c175f29 (diff)
downloadfetchmail-af46c6d46960ac779d538815d156988f777b42f0.tar.gz
fetchmail-af46c6d46960ac779d538815d156988f777b42f0.tar.bz2
fetchmail-af46c6d46960ac779d538815d156988f777b42f0.zip
AIX portability fix.
svn path=/trunk/; revision=3037
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>