summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/lcd-remote-iaudio.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-01-05 20:42:48 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-05 20:42:48 +0100
commit22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb (patch)
tree70aff886959331bf62bdeb74ac57a4bcf86a3fea /firmware/target/coldfire/iaudio/lcd-remote-iaudio.c
parent22a28f9caa2f96b52e1a427c32851298e14f8f33 (diff)
downloadrockbox-22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb.tar.gz
rockbox-22b33d6eb8ad159aa1f4de25fbe6ae7281d99dbb.zip
Add missing kernel.h includes (hopefully all of them), take #2.
Change-Id: I62cedf992bb096987050621cfc34f0432e9da170
Diffstat (limited to 'firmware/target/coldfire/iaudio/lcd-remote-iaudio.c')
-rw-r--r--firmware/target/coldfire/iaudio/lcd-remote-iaudio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iaudio/lcd-remote-iaudio.c b/firmware/target/coldfire/iaudio/lcd-remote-iaudio.c
index e84760e197..6a16cae5c3 100644
--- a/firmware/target/coldfire/iaudio/lcd-remote-iaudio.c
+++ b/firmware/target/coldfire/iaudio/lcd-remote-iaudio.c
@@ -18,9 +18,10 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21
21#include "config.h" 22#include "config.h"
22#include "system.h" 23#include "system.h"
23#include "file.h" 24#include "kernel.h"
24#include "lcd-remote.h" 25#include "lcd-remote.h"
25#include "scroll_engine.h" 26#include "scroll_engine.h"
26 27