summaryrefslogtreecommitdiffstats
path: root/include/nft.h
blob: 3c894e5b67a71b97e4e8a7f58a1db467a3a288bb (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */