commit | e8fc9928cd16defaf6bc8cc68f4542420404a1a6 | [log] [tgz] |
---|---|---|
author | Zac Berkowitz <zac.berkowitz@gmail.com> | Fri Feb 24 17:20:34 2017 +0000 |
committer | Zac Berkowitz <zac.berkowitz@gmail.com> | Fri Feb 24 17:20:34 2017 +0000 |
tree | 9acac3ed398ec63f4117e445e85c7fc87388e546 | |
parent | fb11c7a9ecfda5653b3d515fe0208f820c5fef0d [diff] |
Removed "termios.h" from `build.rs` openbsd case. Adding `termios.h` behind `rpcsvc/rex.h` does not solve the #define clash since `rex.h` also defines the `_SYS_TERMIOS_H_` include guard.
diff --git a/libc-test/build.rs b/libc-test/build.rs index c7d7f88..fc4db1e 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs
@@ -206,7 +206,6 @@ if openbsd { cfg.header("ufs/ufs/quota.h"); cfg.header("rpcsvc/rex.h"); - cfg.header("termios.h"); cfg.header("pthread_np.h"); cfg.header("sys/syscall.h"); }