netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libnetfilter_queue] libnetfilter_queue.h: Include <sys/time.h> for struct timeval
@ 2015-06-16 19:23 Felix Janda
  2015-06-19 10:13 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Janda @ 2015-06-16 19:23 UTC (permalink / raw)
  To: netfilter-devel

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 include/libnetfilter_queue/libnetfilter_queue.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/libnetfilter_queue/libnetfilter_queue.h b/include/libnetfilter_queue/libnetfilter_queue.h
index 8194a4f..10e15d8 100644
--- a/include/libnetfilter_queue/libnetfilter_queue.h
+++ b/include/libnetfilter_queue/libnetfilter_queue.h
@@ -13,6 +13,7 @@
 #ifndef __LIBCTNETLINK_H
 #define __LIBCTNETLINK_H
 
+#include <sys/time.h>
 #include <libnfnetlink/libnfnetlink.h>
 // #include <libnfnetlink/liunx_nfnetlink.h>
 
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-19 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16 19:23 [PATCH libnetfilter_queue] libnetfilter_queue.h: Include <sys/time.h> for struct timeval Felix Janda
2015-06-19 10:13 ` 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).