summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
authorAndrew Cann <shum@canndrew.org>2018-05-30 17:27:18 +0800
committerAndrew Cann <shum@canndrew.org>2018-05-30 17:27:18 +0800
commit93f9167bea0216f2726ac57f89a23de96a8413cb (patch)
tree858c002be03344d42ed153d9cb95e47d2fd6dffc /libc-test/build.rs
parent4083c89d5468a1c34d3d3ad60f667105104615e9 (diff)
downloadrust-libc-93f9167bea0216f2726ac57f89a23de96a8413cb.tar.gz
Add linux socket ioctl defs
Diffstat (limited to 'libc-test/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 7dd248b8ca..5396cd2530 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -241,6 +241,7 @@ fn main() {
cfg.header("sys/personality.h");
cfg.header("sys/swap.h");
cfg.header("pty.h");
+ cfg.header("linux/sockios.h");
if !uclibc {
cfg.header("sys/sysinfo.h");
}