diff options
author | gnzlbg <gonzalobg88@gmail.com> | 2019-05-14 14:07:41 +0200 |
---|---|---|
committer | gnzlbg <gonzalobg88@gmail.com> | 2019-05-16 09:15:11 +0200 |
commit | 9da2fd5ace0a597a42d16425c1ab2ab704997f0f (patch) | |
tree | ea816806928914af7967e3a9b420b062fde9615e /libc-test | |
parent | dc7311bec7fd58f29ee7af16ddb25dca6a9cc827 (diff) | |
download | rust-libc-9da2fd5ace0a597a42d16425c1ab2ab704997f0f.tar.gz |
Add missing utmpx.h header to freebsd tests
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 50082d8e2f..84f4ab825b 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1648,6 +1648,7 @@ fn test_freebsd(target: &str) { "ufs/ufs/quota.h", "unistd.h", "utime.h", + "utmpx.h", "wchar.h", } |