* [libmnl PATCH 2/2] examples/netfilter: Include <endian.h> for be64toh
@ 2015-05-16 10:40 Felix Janda
2015-05-25 18:53 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Felix Janda @ 2015-05-16 10:40 UTC (permalink / raw)
To: netfilter-devel
Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
examples/netfilter/nfct-daemon.c | 1 +
examples/netfilter/nfct-dump.c | 1 +
2 files changed, 2 insertions(+)
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 <endian.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
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>
--
2.3.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [libmnl PATCH 2/2] examples/netfilter: Include <endian.h> for be64toh
2015-05-16 10:40 [libmnl PATCH 2/2] examples/netfilter: Include <endian.h> for be64toh Felix Janda
@ 2015-05-25 18:53 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2015-05-25 18:53 UTC (permalink / raw)
To: Felix Janda; +Cc: netfilter-devel
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-25 18:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16 10:40 [libmnl PATCH 2/2] examples/netfilter: Include <endian.h> for be64toh Felix Janda
2015-05-25 18:53 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).