From bbe5687e13321a47edef34b252a081c07bfdda02 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Feb 1996 16:14:27 +0000 Subject: [PATCH] [HAVE_SYS_SOCKET_H]: Include for definition of AF_INET on at least SunOS 4. --- lib/canon-host.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/canon-host.c b/lib/canon-host.c index f302f5736c..c70f4aa03a 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -31,6 +31,9 @@ #ifdef HAVE_NETDB_H #include #endif +#ifdef HAVE_SYS_SOCKET_H +#include +#endif #ifdef HAVE_NETINET_IN_H #include -- 2.30.2