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 <signal.h>
|
||||
# else
|
||||
# include <unistd.h>
|
||||
# include <sys/wait.h>
|
||||
# include <sys/signal.h>
|
||||
# include <sys/fcntl.h>
|
||||
# include <fcntl.h>
|
||||
# include <signal.h>
|
||||
# include <sys/param.h>
|
||||
# include <sys/wait.h>
|
||||
# include <unistd.h>
|
||||
# ifdef BSD
|
||||
# include <sys/types.h>
|
||||
typedef unsigned long u_long;
|
||||
|
|
Loading…
Add table
Reference in a new issue