From: Jim Meyering Date: Sun, 3 Nov 1996 20:59:43 +0000 (+0000) Subject: Include sys/types.h for the definitions X-Git-Tag: TEXTUTILS-1_19q~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b3a783966cf58c472a1a68816ed05512d19883;p=thirdparty%2Fcoreutils.git 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. --- 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