From b37ae85d43bd3403f1b6b1d3fa8bcf294868e56d Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sat, 16 May 2015 12:40:03 +0200 Subject: examples/netfilter: Include for be64toh Signed-off-by: Felix Janda Signed-off-by: Pablo Neira Ayuso --- examples/netfilter/nfct-daemon.c | 1 + examples/netfilter/nfct-dump.c | 1 + 2 files changed, 2 insertions(+) (limited to 'examples/netfilter') diff --git a/examples/netfilter/nfct-daemon.c b/examples/netfilter/nfct-daemon.c index a4ef0af..a97c2ec 100644 --- a/examples/netfilter/nfct-daemon.c +++ b/examples/netfilter/nfct-daemon.c @@ -3,6 +3,7 @@ * * This example is placed in the public domain. */ +#include #include #include #include diff --git a/examples/netfilter/nfct-dump.c b/examples/netfilter/nfct-dump.c index 25ccf2c..114af61 100644 --- a/examples/netfilter/nfct-dump.c +++ b/examples/netfilter/nfct-dump.c @@ -1,4 +1,5 @@ /* This example is placed in the public domain. */ +#include #include #include #include -- cgit v1.2.3