diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-08 21:06:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-08 21:06:35 +0200 |
commit | b920b373c25cbf5ca43ef0b5817f2b35bb59b812 (patch) | |
tree | 88746a74b7a1bada46cadce5d4fe96e655c95335 /package/libnfnetlink/patches/patch-include_libnfnetlink_linux_nfnetlink_h | |
parent | 12f4e00dbef0f462935f3379be7279a96d3e3dc7 (diff) | |
parent | 1e60f16ff4121d20025f8a00244ae4b5856f5581 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libnfnetlink/patches/patch-include_libnfnetlink_linux_nfnetlink_h')
-rw-r--r-- | package/libnfnetlink/patches/patch-include_libnfnetlink_linux_nfnetlink_h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package/libnfnetlink/patches/patch-include_libnfnetlink_linux_nfnetlink_h b/package/libnfnetlink/patches/patch-include_libnfnetlink_linux_nfnetlink_h index 9f89c6f55..86b231660 100644 --- a/package/libnfnetlink/patches/patch-include_libnfnetlink_linux_nfnetlink_h +++ b/package/libnfnetlink/patches/patch-include_libnfnetlink_linux_nfnetlink_h @@ -1,5 +1,13 @@ --- libnfnetlink-1.0.1.orig/include/libnfnetlink/linux_nfnetlink.h 2008-06-18 14:36:57.000000000 +0200 -+++ libnfnetlink-1.0.1/include/libnfnetlink/linux_nfnetlink.h 2014-04-05 09:34:31.863222315 +0200 ++++ libnfnetlink-1.0.1/include/libnfnetlink/linux_nfnetlink.h 2014-04-08 09:31:12.000000000 +0200 +@@ -1,6 +1,6 @@ + #ifndef _NFNETLINK_H + #define _NFNETLINK_H +-#include <linux/types.h> ++#include <stdint.h> + #include <libnfnetlink/linux_nfnetlink_compat.h> + + enum nfnetlink_groups { @@ -25,9 +25,9 @@ enum nfnetlink_groups { /* General form of address family dependent message. */ |