diff mbox

[libnetfilter_queue,1/2] Correct typo in the location of internal.h in #include

Message ID 20170410195804.18238-1-raj.khem@gmail.com
State Changes Requested
Delegated to: Pablo Neira
Headers show

Commit Message

Khem Raj April 10, 2017, 7:58 p.m. UTC
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(-)

Comments

Pablo Neira Ayuso April 13, 2017, 11:36 p.m. UTC | #1
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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