From 8f0aae9b72ca0eb2d13a22395c5a515b1466c392 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Sat, 13 Mar 1999 01:12:54 +0000 Subject: [PATCH] #ifdef for --- include/ac/socket.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ac/socket.h b/include/ac/socket.h index ad11cec8d7..415f5a265f 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -26,7 +26,10 @@ #endif #include + +#ifdef HAVE_ARPA_INET_H #include +#endif #ifdef HAVE_ARPA_NAMESER_H #include -- 2.39.5