mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Move the include of <machine/ansi.h> to before <sys/signal.h>.
This commit is contained in:
parent
3f9fdaca2f
commit
c989e80e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue