summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-10-30 13:48:23 -0600
committerAlan Somers <asomers@gmail.com>2018-10-30 13:48:23 -0600
commita9c204ccbc37721885a939562138d6950d7b2f6b (patch)
treeaeeaa112d78a51e6be4fdee5c0308b1361b733dd
parent00b93727c58cf6d97dc2158edb7748a9740ed3ec (diff)
downloadrust-libc-a9c204ccbc37721885a939562138d6950d7b2f6b.tar.gz
Include <sys/extattr.h> during CI
-rw-r--r--libc-test/build.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index db6588b802..cb63958543 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -304,6 +304,7 @@ fn main() {
cfg.header("pthread_np.h");
cfg.header("sched.h");
cfg.header("ufs/ufs/quota.h");
+ cfg.header("sys/extattr.h"
cfg.header("sys/jail.h");
cfg.header("sys/ipc.h");
cfg.header("sys/msg.h");
@@ -317,6 +318,7 @@ fn main() {
cfg.header("mqueue.h");
cfg.header("ufs/ufs/quota.h");
cfg.header("ufs/ufs/quota1.h");
+ cfg.header("sys/extattr.h"
cfg.header("sys/ioctl_compat.h");
// DCCP support