compat: Fixed header inclusion for musl compatibility
This commit is contained in:
parent
5ff8ef9a5c
commit
4f5b85d08c
1 changed files with 4 additions and 4 deletions
|
@ -51,11 +51,11 @@
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <signal.h>
|
# include <signal.h>
|
||||||
# else
|
# else
|
||||||
# include <unistd.h>
|
# include <fcntl.h>
|
||||||
# include <sys/wait.h>
|
# include <signal.h>
|
||||||
# include <sys/signal.h>
|
|
||||||
# include <sys/fcntl.h>
|
|
||||||
# include <sys/param.h>
|
# include <sys/param.h>
|
||||||
|
# include <sys/wait.h>
|
||||||
|
# include <unistd.h>
|
||||||
# ifdef BSD
|
# ifdef BSD
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
typedef unsigned long u_long;
|
typedef unsigned long u_long;
|
||||||
|
|
Loading…
Add table
Reference in a new issue