diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-04-09 00:04:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-04-09 00:04:05 +0000 |
commit | 4be6b90403ad4e3f1dd4da297291eb1bf301bebc (patch) | |
tree | c37265b02a99e0214ad0b7762d231420668508b4 /odmr.c | |
parent | bbdaf249178f0c5aac2de15df38023bb87e9a0ce (diff) | |
download | fetchmail-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |