All of lore.kernel.org
 help / color / mirror / Atom feed
* [libnetfilter_queue][PATCH 1/2] Correct typo in the location of internal.h in #include
@ 2017-04-10 19:58 Khem Raj
  2017-04-10 19:58 ` [libnetfilter_queue][PATCH 2/2] Declare the define visivility attribute together Khem Raj
  2017-04-13 23:36 ` [libnetfilter_queue][PATCH 1/2] Correct typo in the location of internal.h in #include Pablo Neira Ayuso
  0 siblings, 2 replies; 8+ messages in thread
From: Khem Raj @ 2017-04-10 19:58 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>

%% original patch: 0001-Correct-typo-in-the-location-of-internal.h-in-includ.patch
---
 src/libnetfilter_queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libnetfilter_queue.c b/src/libnetfilter_queue.c
index 211a8ba..065d618 100644
--- a/src/libnetfilter_queue.c
+++ b/src/libnetfilter_queue.c
@@ -32,7 +32,7 @@
 
 #include <libnfnetlink/libnfnetlink.h>
 #include <libnetfilter_queue/libnetfilter_queue.h>
-#include "src/internal.h"
+#include "internal.h"
 
 /**
  * \mainpage
-- 
2.12.2


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

end of thread, other threads:[~2017-04-14  1:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-10 19:58 [libnetfilter_queue][PATCH 1/2] Correct typo in the location of internal.h in #include Khem Raj
2017-04-10 19:58 ` [libnetfilter_queue][PATCH 2/2] Declare the define visivility attribute together Khem Raj
2017-04-13 23:37   ` Pablo Neira Ayuso
2017-04-13 23:49     ` Pablo Neira Ayuso
2017-04-14  1:22       ` Khem Raj
2017-04-14  1:30         ` Pablo Neira Ayuso
2017-04-14  1:31           ` Khem Raj
2017-04-13 23:36 ` [libnetfilter_queue][PATCH 1/2] Correct typo in the location of internal.h in #include Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.