summaryrefslogtreecommitdiff
path: root/package/libnetfilter_log
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-20 18:57:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-20 18:57:38 +0200
commit3ceb8d28c95e9ae23ec0a6753cf8b266df026ed4 (patch)
tree7c56a7b2aff2ac3c85af4454729de7c426d3f64d /package/libnetfilter_log
parent8c8b4a744c7a019d2b4834c6dd2d6e57dce78bdb (diff)
fix musl compile
Diffstat (limited to 'package/libnetfilter_log')
-rw-r--r--package/libnetfilter_log/patches/patch-include_libnetfilter_log_linux_nfnetlink_log_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libnetfilter_log/patches/patch-include_libnetfilter_log_linux_nfnetlink_log_h b/package/libnetfilter_log/patches/patch-include_libnetfilter_log_linux_nfnetlink_log_h
new file mode 100644
index 000000000..9b3cdbaae
--- /dev/null
+++ b/package/libnetfilter_log/patches/patch-include_libnetfilter_log_linux_nfnetlink_log_h
@@ -0,0 +1,10 @@
+--- libnetfilter_log-1.0.1.orig/include/libnetfilter_log/linux_nfnetlink_log.h 2008-07-21 01:04:31.000000000 +0200
++++ libnetfilter_log-1.0.1/include/libnetfilter_log/linux_nfnetlink_log.h 2013-08-20 18:45:57.231082144 +0200
+@@ -9,6 +9,7 @@
+ * and not any kind of function definitions. It is shared between kernel and
+ * userspace. Don't put kernel specific stuff in here */
+
++#include <sys/types.h>
+ #include <linux/types.h>
+ #include <libnfnetlink/linux_nfnetlink.h>
+