blob: 20596c029696c5053920767cebccf9394a638f8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-host__applications_linux_apps_dtmerge_dtmerge.c,v 1.1 2016/11/01 16:45:28 skrll Exp $
--- host_applications/linux/apps/dtmerge/dtmerge.c.orig 2016-11-01 11:24:50.000000000 +0000
+++ host_applications/linux/apps/dtmerge/dtmerge.c
@@ -26,6 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
*/
#include <stdio.h>
+#include <stdarg.h>
#include <stdlib.h>
#include <libfdt.h>
|