From af46c6d46960ac779d538815d156988f777b42f0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 8 Feb 2001 20:26:16 +0000 Subject: AIX portability fix. svn path=/trunk/; revision=3037 --- odmr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odmr.c') diff --git a/odmr.c b/odmr.c index 95da2469..1f3708d2 100644 --- a/odmr.c +++ b/odmr.c @@ -14,6 +14,9 @@ #endif #include #include +#ifdef HAVE_NET_SELECT_H /* AIX needs this */ +#include +#endif #include #include #include -- cgit v1.2.3