summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 0fad65ad3f..8763fb9465 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -193,6 +193,9 @@ fn main() {
cfg.header("sys/sendfile.h");
cfg.header("sys/vfs.h");
cfg.header("sys/syscall.h");
+ cfg.header("sys/personality.h");
+ cfg.header("sys/swap.h");
+ cfg.header("sys/io.h");
if !uclibc {
cfg.header("sys/sysinfo.h");
}