summaryrefslogtreecommitdiffstats
path: root/include/nft.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nft.h')
-rw-r--r--include/nft.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/nft.h b/include/nft.h
new file mode 100644
index 0000000..3c894e5
--- /dev/null
+++ b/include/nft.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+#ifndef NFTABLES_NFT_H
+#define NFTABLES_NFT_H
+
+#include <config.h>
+
+#include <stdbool.h>
+#include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
+
+#endif /* NFTABLES_NFT_H */