diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-01-18 11:23:06 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2011-01-18 11:25:02 +0100 |
commit | 0b8ad876275c74e4bfb6ec3150793f3c0ecfcee2 (patch) | |
tree | 5268d645ad306a970f2a6c4fb1497c8334c13cd3 | |
parent | 0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c (diff) |
netfilter: xtables: add missing header files to export list
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r-- | include/linux/netfilter/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index 9f11fbc377e..fc4e0aa805a 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild @@ -56,6 +56,8 @@ header-y += xt_rateest.h header-y += xt_realm.h header-y += xt_recent.h header-y += xt_sctp.h +header-y += xt_secmark.h +header-y += xt_socket.h header-y += xt_state.h header-y += xt_statistic.h header-y += xt_string.h |