summaryrefslogtreecommitdiffstats
path: root/examples/netfilter/nfct-dump.c
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2015-05-16 12:40:03 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2015-05-25 20:52:01 +0200
commitb37ae85d43bd3403f1b6b1d3fa8bcf294868e56d (patch)
treeb9fa59e6f2836ae6c7e357b45d92241008a25005 /examples/netfilter/nfct-dump.c
parent9ac5b6fb437e24c328a30776e30c39b906b06f66 (diff)
examples/netfilter: Include <endian.h> for be64toh
Signed-off-by: Felix Janda <felix.janda@posteo.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'examples/netfilter/nfct-dump.c')
-rw-r--r--examples/netfilter/nfct-dump.c1
1 files changed, 1 insertions, 0 deletions
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 <endian.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>