diff options
Diffstat (limited to 'libc-test')
-rw-r--r-- | libc-test/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index 1c1b0f5c25..a864615879 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -99,6 +99,7 @@ fn main() { cfg.header("sys/socket.h"); if linux && !musl { cfg.header("linux/if.h"); + cfg.header("sys/auxv.h"); } cfg.header("sys/time.h"); cfg.header("sys/un.h"); |