diff options
author | Philipp Keller <philipp.keller@gmail.com> | 2016-09-27 07:19:17 +0200 |
---|---|---|
committer | Philipp Keller <philipp.keller@gmail.com> | 2016-09-27 07:19:17 +0200 |
commit | 04d0b71d2ccd8f4ab643c8b1431cd2d18be6f5df (patch) | |
tree | 6c070f4f833af8406b27311fd6d580ff395a118a /libc-test | |
parent | 7e0274b021291d3cee4b27b4f2cab55a7c330ce3 (diff) | |
download | rust-libc-04d0b71d2ccd8f4ab643c8b1431cd2d18be6f5df.tar.gz |
Add missing header shadow.h
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 05913aeccd..bbd9f8cfcf 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -163,6 +163,7 @@ fn main() { cfg.header("sys/msg.h"); cfg.header("sys/shm.h"); cfg.header("pty.h"); + cfg.header("shadow.h"); } if linux || android { |