aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-04-09 00:04:05 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-04-09 00:04:05 +0000
commit4be6b90403ad4e3f1dd4da297291eb1bf301bebc (patch)
treec37265b02a99e0214ad0b7762d231420668508b4 /odmr.c
parentbbdaf249178f0c5aac2de15df38023bb87e9a0ce (diff)
downloadfetchmail-4be6b90403ad4e3f1dd4da297291eb1bf301bebc.tar.gz
fetchmail-4be6b90403ad4e3f1dd4da297291eb1bf301bebc.tar.bz2
fetchmail-4be6b90403ad4e3f1dd4da297291eb1bf301bebc.zip
Various cleanup patches.
svn path=/trunk/; revision=3612
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>