mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:02:48 +02:00
db7f3756da
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24887 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
210 B
Diff
14 lines
210 B
Diff
--- a/include/image.h
|
|
+++ b/include/image.h
|
|
@@ -50,6 +50,10 @@
|
|
|
|
#endif /* USE_HOSTCC */
|
|
|
|
+#ifndef ulong
|
|
+#define ulong unsigned long
|
|
+#endif
|
|
+
|
|
#if defined(CONFIG_FIT)
|
|
#include <fdt.h>
|
|
#include <libfdt.h>
|