mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 21:33:07 +00:00
Merge pull request #37808 from dtzWill/fix/wrapper-includes
wrapper.c: fixup includes to work w/musl
This commit is contained in:
commit
e9376e1829
@ -10,8 +10,8 @@
|
||||
#include <errno.h>
|
||||
#include <linux/capability.h>
|
||||
#include <sys/capability.h>
|
||||
#include <linux/prctl.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <limits.h>
|
||||
#include <cap-ng.h>
|
||||
|
||||
// Make sure assertions are not compiled out, we use them to codify
|
||||
|
Loading…
Reference in New Issue
Block a user