Merge pull request #762 from ncopa/musl-fix-headers
nsexec: fix build against musl libc
This commit is contained in:
commit
76261a4854
|
@ -18,7 +18,6 @@
|
|||
#include <unistd.h>
|
||||
#include <grp.h>
|
||||
|
||||
#include <bits/sockaddr.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
// All arguments should be above the stack because it grows down
|
||||
|
|
Loading…
Reference in New Issue