From: Jim Meyering Date: Sun, 3 Nov 1996 20:59:43 +0000 (+0000) Subject: Include sys/types.h for the definitions X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d752aba71bc2368ca49d6efb8fa1c4630427c262;p=pspp 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