From b88ada9bb2800363ec8083e7c726f08ef60043f1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 4 Oct 2013 10:04:56 +0200 Subject: fix build with musl --- package/busybox/patches/015-path_h_musl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/busybox/patches/015-path_h_musl.patch (limited to 'package/busybox/patches') diff --git a/package/busybox/patches/015-path_h_musl.patch b/package/busybox/patches/015-path_h_musl.patch new file mode 100644 index 000000000..a3e581795 --- /dev/null +++ b/package/busybox/patches/015-path_h_musl.patch @@ -0,0 +1,11 @@ +diff -Nur busybox-1.20.2.orig/networking/ifplugd.c busybox-1.20.2/networking/ifplugd.c +--- busybox-1.20.2.orig/networking/ifplugd.c 2012-07-02 16:08:25.000000000 +0200 ++++ busybox-1.20.2/networking/ifplugd.c 2013-09-22 11:43:24.000000000 +0200 +@@ -34,6 +34,7 @@ + #include "libbb.h" + + #include "fix_u32.h" ++#include + #include + #include + #include -- cgit v1.2.3