added missing patch

This commit is contained in:
etmatrix 2021-11-01 12:11:03 +01:00 committed by Yaksh Bariya
parent f79eda329b
commit 970cec2fb5
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 12 additions and 0 deletions

View 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>