1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-03-21 05:08:17 +00:00

include sys/types.h unconditionally

SCCS-file: private.h
SCCS-SID: 2.4
This commit is contained in:
Arthur David Olson
1989-04-10 19:31:55 -04:00
committed by Paul Eggert
parent e97cef5a46
commit 8cac02e521

View File

@ -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"