]> git.ipfire.org Git - thirdparty/nftables.git/commit
include: add missing `#include`
authorJeremy Sowden <jeremy@azazel.net>
Mon, 4 Apr 2022 12:13:40 +0000 (13:13 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 5 Apr 2022 11:12:28 +0000 (13:12 +0200)
commit4e0026dc8d8693aaf2caf8df6d657a116734e84e
treea71170c6e5e3040b9a26401f9525cb3a487fdc82
parentab74fb5b6d331db9b6ab65107165c6744c528ff7
include: add missing `#include`

datatype.h uses bool and so should include <stdbool.h>.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
include/datatype.h