From: Peter Ivanov Date: Wed, 17 Jun 2015 22:26:46 +0000 (+0300) Subject: vnstat: fix musl compatibility X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=192884514f184793fd9cf2778a3118fca997babd;p=openwrt-packages.git vnstat: fix musl compatibility Signed-off-by: Peter Ivanov --- diff --git a/net/vnstat/patches/100-musl-compat.patch b/net/vnstat/patches/100-musl-compat.patch new file mode 100644 index 000000000..05123899b --- /dev/null +++ b/net/vnstat/patches/100-musl-compat.patch @@ -0,0 +1,10 @@ +--- a/src/common.h ++++ b/src/common.h +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__FreeBSD_kernel__) + #include