diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2014-08-29 23:36:11 -0400 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2014-08-29 23:36:11 -0400 |
commit | f3d60aea34de60c4371c04fa1b8482ca71a64b53 (patch) | |
tree | da90e55f804b4d9a9e93e48ff21416f9182801ca /bootloader | |
parent | 17a007bc60c69d6ea471a96a465e04ba4ac2d00f (diff) | |
download | rockbox-f3d60aea34de60c4371c04fa1b8482ca71a64b53.tar.gz rockbox-f3d60aea34de60c4371c04fa1b8482ca71a64b53.tar.bz2 rockbox-f3d60aea34de60c4371c04fa1b8482ca71a64b53.zip |
Hopefully fix most of the errors and warnings from the last push
Change-Id: I1a466b2d55f120796910039a0296ca324c58e891
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/iaudio_coldfire.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/iaudio_coldfire.c b/bootloader/iaudio_coldfire.c index 2f31958a87..953e649b9a 100644 --- a/bootloader/iaudio_coldfire.c +++ b/bootloader/iaudio_coldfire.c @@ -40,6 +40,7 @@ #include "panic.h" #include "power.h" #include "powermgmt.h" +#include "file_internal.h" #include "file.h" #include "version.h" #include "loader_strerror.h" |