diff options
author | Linus Färnstrand <linus@mullvad.net> | 2018-02-25 22:41:50 +0100 |
---|---|---|
committer | Linus Färnstrand <linus@mullvad.net> | 2018-02-25 22:45:43 +0100 |
commit | 750fcf5c5a2820c477683be50107fa10728bb506 (patch) | |
tree | 0a6b385d302ac970f09df0df3a1488f9ae902550 /libc-test | |
parent | c8fb6759396a0984ffddce78be5dbe9364f79680 (diff) | |
download | rust-libc-750fcf5c5a2820c477683be50107fa10728bb506.tar.gz |
Add missing netfilter constants
Was able to move some of them up one level so they are valid on more
platforms with less duplication
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 92865f0481..dedbc5a72b 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -245,6 +245,7 @@ fn main() { cfg.header("linux/netlink.h"); cfg.header("linux/genetlink.h"); cfg.header("linux/netfilter_ipv4.h"); + cfg.header("linux/netfilter_ipv6.h"); cfg.header("linux/fs.h"); } if !musl { |