summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libnftables.c2
-rw-r--r--src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libnftables.c b/src/libnftables.c
index fe5143f6..df4f0922 100644
--- a/src/libnftables.c
+++ b/src/libnftables.c
@@ -6,7 +6,7 @@
* published by the Free Software Foundation.
*
*/
-#include <nftables/nftables.h>
+#include <nftables/libnftables.h>
#include <erec.h>
#include <mnl.h>
#include <parser.h>
diff --git a/src/main.c b/src/main.c
index 1f08dfec..d26ea018 100644
--- a/src/main.c
+++ b/src/main.c
@@ -18,7 +18,7 @@
#include <fcntl.h>
#include <sys/types.h>
-#include <nftables/nftables.h>
+#include <nftables/libnftables.h>
#include <utils.h>
#include <cli.h>