From d752aba71bc2368ca49d6efb8fa1c4630427c262 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 3 Nov 1996 20:59:43 +0000 Subject: [PATCH] Include sys/types.h for the definitions (otherwise missing on some systems) of caddr_t (used by sys/socket.h) and ushort (used by netinet/in.h). From Karl Heuer. --- lib/canon-host.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/canon-host.c b/lib/canon-host.c index 161fdb34f9..39d8789111 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -22,6 +22,7 @@ # include #endif +#include #ifdef HAVE_UNISTD_H # include #endif -- 2.30.2