commit 38d8e72cbcd681317d75fe7615cb4e2d37d52042 parent 7a3493a9eb72328a058701d99dc3c1167e924e4a Author: Jo-Philipp Wich <jow@openwrt.org> Date: Thu, 18 Jun 2015 00:30:39 +0200 Merge pull request #1415 from papaj0e/master vnstat: fix musl compatibility Diffstat:
| A | net/vnstat/patches/100-musl-compat.patch | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/net/vnstat/patches/100-musl-compat.patch 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 <pwd.h> + #include <grp.h> + #include <libgen.h> ++#include <fcntl.h> + + #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__FreeBSD_kernel__) + #include <sys/param.h>