summaryrefslogtreecommitdiff
path: root/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_dtmerge_dtmerge_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-20 13:30:56 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-20 13:41:19 +0200
commitc0bfc190d5170d4f453c5fde4fee0f5d1b2092b8 (patch)
tree67f7e4b2bec4e114bed8f172cd0321d82b6c1b33 /package/bcm28xx-vc/patches/patch-host_applications_linux_apps_dtmerge_dtmerge_c
parent742a207f57e9e5e4d9157f5563fa8216f268784e (diff)
bcm28xx-vc: fix compile with uClibc-ng
Diffstat (limited to 'package/bcm28xx-vc/patches/patch-host_applications_linux_apps_dtmerge_dtmerge_c')
-rw-r--r--package/bcm28xx-vc/patches/patch-host_applications_linux_apps_dtmerge_dtmerge_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_dtmerge_dtmerge_c b/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_dtmerge_dtmerge_c
new file mode 100644
index 000000000..fa78c0e3a
--- /dev/null
+++ b/package/bcm28xx-vc/patches/patch-host_applications_linux_apps_dtmerge_dtmerge_c
@@ -0,0 +1,10 @@
+--- bcm28xx-vc-7c026fa7a4ded2c525916cc853a32731c072ed1e.orig/host_applications/linux/apps/dtmerge/dtmerge.c 2016-09-20 09:43:37.000000000 +0200
++++ bcm28xx-vc-7c026fa7a4ded2c525916cc853a32731c072ed1e/host_applications/linux/apps/dtmerge/dtmerge.c 2016-09-20 10:22:23.000000000 +0200
+@@ -28,6 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <libfdt.h>
++#include <stdarg.h>
+
+ #include "dtoverlay.h"
+