From 0910d0bcb85acdf09b9dfd8ded452367b540a4ad Mon Sep 17 00:00:00 2001 From: Mike Partington Date: Wed, 27 Oct 2010 10:31:09 +0000 Subject: Standalone Apps: Standalone apps should need only exports.h. Modify exports.h to remove its dependencies on other files, thus enabling standalone apps to require only exports.h from the U-Boot source tree. This appears to be the intent based on the following note: http://lists.denx.de/pipermail/u-boot/2010-January/067174.html Signed-off-by: Mike Partington --- examples/standalone/atmel_df_pow2.c | 1 + examples/standalone/stubs.c | 1 + 2 files changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/standalone/atmel_df_pow2.c b/examples/standalone/atmel_df_pow2.c index b5b450317d..2e14aba390 100644 --- a/examples/standalone/atmel_df_pow2.c +++ b/examples/standalone/atmel_df_pow2.c @@ -8,6 +8,7 @@ #include #include +#include #define CMD_ID 0x9f #define CMD_STAT 0xd7 diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c index 11c756525a..a6add6abcd 100644 --- a/examples/standalone/stubs.c +++ b/examples/standalone/stubs.c @@ -1,3 +1,4 @@ +#include #include #ifndef GCC_VERSION -- cgit v1.2.1