summaryrefslogtreecommitdiffstats
path: root/include/nft.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nft.h')
-rw-r--r--include/nft.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/nft.h b/include/nft.h
new file mode 100644
index 00000000..4e66f8e6
--- /dev/null
+++ b/include/nft.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+#ifndef NFTABLES_NFT_H
+#define NFTABLES_NFT_H
+
+#define _GNU_SOURCE
+
+#include <config.h>
+
+#endif /* NFTABLES_NFT_H */