summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2018-01-19 12:11:14 +0100
committergnzlbg <gonzalobg88@gmail.com>2018-01-19 12:11:14 +0100
commitc099bb9ba3a4f41f0063e7763e88e049a7ac5548 (patch)
tree2fc35287520820c6f9b7fb92b8d85249cfdb68b5
parent049b43e720567588c45af182a8f160d225436524 (diff)
downloadrust-libc-c099bb9ba3a4f41f0063e7763e88e049a7ac5548.tar.gz
add sys/auxv.h to build.rs
-rw-r--r--libc-test/build.rs1
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");