]> granicus.if.org Git - ipset/commitdiff
netfilter: fix include files for compilation
authorMikko Rapeli <mikko.rapeli@iki.fi>
Tue, 11 Oct 2016 06:00:03 +0000 (08:00 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 11 Oct 2016 06:00:36 +0000 (08:00 +0200)
Add missing header dependencies and other small changes so that each file
compiles alone in userspace.

Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
kernel/include/uapi/linux/netfilter/ipset/ip_set_bitmap.h
kernel/include/uapi/linux/netfilter/ipset/ip_set_hash.h
kernel/include/uapi/linux/netfilter/ipset/ip_set_list.h

index 6a2c038d18885941a2ff84c048d2fa045131cf54..fd5024d262697b1d10b75868d4da146f8cd615ee 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _UAPI__IP_SET_BITMAP_H
 #define _UAPI__IP_SET_BITMAP_H
 
+#include <linux/netfilter/ipset/ip_set.h>
+
 /* Bitmap type specific error codes */
 enum {
        /* The element is out of the range of the set */
index 352eeccdc7f201dacf470e9b6a40e46d41814114..82deeb883ac480656b8c0c4310a738847c177f7f 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _UAPI__IP_SET_HASH_H
 #define _UAPI__IP_SET_HASH_H
 
+#include <linux/netfilter/ipset/ip_set.h>
+
 /* Hash type specific error codes */
 enum {
        /* Hash is full */
index a44efaa98213e08b59daed0663c0f35b81afff41..84d4303682666f04086f675f6e02da72632854f7 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _UAPI__IP_SET_LIST_H
 #define _UAPI__IP_SET_LIST_H
 
+#include <linux/netfilter/ipset/ip_set.h>
+
 /* List type specific error codes */
 enum {
        /* Set name to be added/deleted/tested does not exist. */