summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ipset_hash_ipmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ipset_hash_ipmac.c b/lib/ipset_hash_ipmac.c
index 4a2f3d3..8b34a10 100644
--- a/lib/ipset_hash_ipmac.c
+++ b/lib/ipset_hash_ipmac.c
@@ -159,6 +159,7 @@ static struct ipset_type ipset_hash_ipmac0 = {
.description = "Initial revision",
};
+void _init(void);
void _init(void)
{
ipset_type_add(&ipset_hash_ipmac0);