diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-26 05:40:24 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-26 05:40:24 +0000 |
| commit | ba809183a82a0c477c67be8cfc93b231948a82de (patch) | |
| tree | faaf9e4b637f81e6da2df5e22bef79b9eb89581f /firmware/export | |
| parent | 51a54cff20284eca07c45c946b8480f8bb911f1c (diff) | |
| download | rockbox-ba809183a82a0c477c67be8cfc93b231948a82de.zip rockbox-ba809183a82a0c477c67be8cfc93b231948a82de.tar.gz rockbox-ba809183a82a0c477c67be8cfc93b231948a82de.tar.bz2 rockbox-ba809183a82a0c477c67be8cfc93b231948a82de.tar.xz | |
Ported to Coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5347 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/lcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 306e525..b784747 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -21,7 +21,7 @@ #define __LCD_H__ #include <stdbool.h> -#include "sh7034.h" +#include "cpu.h" #include "config.h" #define STYLE_DEFAULT 0 |