summaryrefslogtreecommitdiffstats
path: root/include/fib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fib.h')
-rw-r--r--include/fib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fib.h b/include/fib.h
index 9ce681cc..67edccfe 100644
--- a/include/fib.h
+++ b/include/fib.h
@@ -1,6 +1,9 @@
#ifndef NFTABLES_FIB_H
#define NFTABLES_FIB_H
+#include <linux/netfilter/nf_tables.h>
+
+extern const char *fib_result_str(enum nft_fib_result result);
extern struct expr *fib_expr_alloc(const struct location *loc,
unsigned int flags,
unsigned int result);