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

#endif /* NFTABLES_NFT_H */