From 8cac02e521fb6e44a9c1f2cc990ff8c4d7a21690 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 10 Apr 1989 19:31:55 -0400 Subject: [PATCH] include sys/types.h unconditionally SCCS-file: private.h SCCS-SID: 2.4 --- private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/private.h b/private.h index 3325214..9cb4c9a 100644 --- a/private.h +++ b/private.h @@ -67,6 +67,7 @@ typedef void * genericptr_t; typedef char * genericptr_t; #endif /* !defined __STDC__ */ +#include "sys/types.h" #include "stdio.h" #include "ctype.h" #include "errno.h"