Browse Source

fix musl compile

Waldemar Brodkorb 12 years ago
parent
commit
3ceb8d28c9

+ 10 - 0
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>
+