summaryrefslogtreecommitdiffstats
path: root/src/fib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fib.c')
-rw-r--r--src/fib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fib.c b/src/fib.c
index 98c57868..e95271c9 100644
--- a/src/fib.c
+++ b/src/fib.c
@@ -8,13 +8,14 @@
* later) as published by the Free Software Foundation.
*/
+#include <nft.h>
+
#include <nftables.h>
#include <erec.h>
#include <expression.h>
#include <datatype.h>
#include <gmputil.h>
#include <utils.h>
-#include <string.h>
#include <fib.h>
#include <linux/rtnetlink.h>