added missing patch
This commit is contained in:
parent
f79eda329b
commit
970cec2fb5
12
root-packages/libnfnetlink/fix-libnetfilter-queue.patch
Normal file
12
root-packages/libnfnetlink/fix-libnetfilter-queue.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/include/libnfnetlink/linux_nfnetlink.h b/include/libnfnetlink/linux_nfnetlink.h
|
||||||
|
index 76a8550..4fb87f2 100644
|
||||||
|
--- a/include/libnfnetlink/linux_nfnetlink.h
|
||||||
|
+++ b/include/libnfnetlink/linux_nfnetlink.h
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
-#ifndef _NFNETLINK_H
|
||||||
|
-#define _NFNETLINK_H
|
||||||
|
+#ifndef _UAPI_NFNETLINK_H
|
||||||
|
+#define _UAPI_NFNETLINK_H
|
||||||
|
#include <linux/types.h>
|
||||||
|
#include <libnfnetlink/linux_nfnetlink_compat.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user