Unbreak LINT -- typedefs from signal.h are needed to make prototypes in

this file make sense.
This commit is contained in:
newton 2000-01-05 21:28:46 +00:00
parent 9a79ef7dd3
commit f5362a443e

View File

@ -32,6 +32,7 @@
#define _I386_SVR4_MACHDEP_H_
#if !defined(SVR4_MACHDEP_JUST_REGS)
#include <sys/signal.h>
#include <svr4/svr4_types.h>
#endif