summaryrefslogtreecommitdiffstats
path: root/examples/standalone/stubs.c
diff options
context:
space:
mode:
authorMike Partington <mparting@lexmark.com>2010-10-27 10:31:09 +0000
committerWolfgang Denk <wd@denx.de>2011-12-06 20:52:35 +0100
commit0910d0bcb85acdf09b9dfd8ded452367b540a4ad (patch)
treecbd67d5cc3e23ee070d6551ad8c0e11f55c9fc56 /examples/standalone/stubs.c
parenta621614d0cda202408f6f500bbb46b92e599e98b (diff)
downloadblackbird-obmc-uboot-0910d0bcb85acdf09b9dfd8ded452367b540a4ad.tar.gz
blackbird-obmc-uboot-0910d0bcb85acdf09b9dfd8ded452367b540a4ad.zip
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 <mparting@lexmark.com>
Diffstat (limited to 'examples/standalone/stubs.c')
-rw-r--r--examples/standalone/stubs.c1
1 files changed, 1 insertions, 0 deletions
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 <common.h>
#include <exports.h>
#ifndef GCC_VERSION
OpenPOWER on IntegriCloud