summaryrefslogtreecommitdiff
path: root/src/nf-ct-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nf-ct-add.c')
-rw-r--r--src/nf-ct-add.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nf-ct-add.c b/src/nf-ct-add.c
index 8ad4c534..eec9b869 100644
--- a/src/nf-ct-add.c
+++ b/src/nf-ct-add.c
@@ -1,5 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
/*
- * src/nf-ct-list.c List Conntrack Entries
+ * src/nf-ct-add.c Add Conntrack Entry
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -14,6 +15,8 @@
#include <netlink/cli/utils.h>
#include <netlink/cli/ct.h>
+#include <linux/rtnetlink.h>
+
static int quiet = 0;
static void print_usage(void)