Move the include of <machine/ansi.h> to before <sys/signal.h>.
This commit is contained in:
+1
-1
@@ -38,8 +38,8 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/_posix.h>
|
||||
#include <sys/signal.h>
|
||||
#include <machine/ansi.h>
|
||||
#include <sys/signal.h>
|
||||
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
|
||||
extern __const char *__const sys_signame[NSIG];
|
||||
|
||||
Reference in New Issue
Block a user