From 4be6b90403ad4e3f1dd4da297291eb1bf301bebc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 9 Apr 2002 00:04:05 +0000 Subject: Various cleanup patches. svn path=/trunk/; revision=3612 --- odmr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odmr.c') 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 #endif +#ifdef HAVE_SYS_SELECT_H /* AIX 4.1, at least, needs this */ +#include +#endif #include #include #include -- cgit v1.2.3