diff options
author | Robert Hak <adiamas@rockbox.org> | 2002-10-03 09:19:11 +0000 |
---|---|---|
committer | Robert Hak <adiamas@rockbox.org> | 2002-10-03 09:19:11 +0000 |
commit | 2eda5385d35d5bb9a1821eab41865392a50feb48 (patch) | |
tree | 13c214e90e180958b05d590be0a54f9a4eaab1e6 /apps/recorder | |
parent | 2ec768a2065fa320ba8e766b75eff10cd17a13ae (diff) |
i dumb
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2485 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r-- | apps/recorder/peakmeter.c | 1 | ||||
-rw-r--r-- | apps/recorder/tetris.c | 1 | ||||
-rw-r--r-- | apps/recorder/wormlet.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c index 0569f708ea..df7c672617 100644 --- a/apps/recorder/peakmeter.c +++ b/apps/recorder/peakmeter.c @@ -27,6 +27,7 @@ #include "system.h" #include "font.h" #include "icons.h" +#include "lang.h" #include "peakmeter.h" /* buffer the read peak value */ diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c index 5fc903ba90..53012fd717 100644 --- a/apps/recorder/tetris.c +++ b/apps/recorder/tetris.c @@ -36,6 +36,7 @@ #include <stdio.h> #endif #include "sprintf.h" +#include "lang.h" #define TETRIS_TITLE "Tetris!" #define TETRIS_TITLE_FONT 1 #define TETRIS_TITLE_XLOC 43 diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c index f7433bf1df..76f70169b5 100644 --- a/apps/recorder/wormlet.c +++ b/apps/recorder/wormlet.c @@ -33,6 +33,7 @@ #include "kernel.h" #include "menu.h" #include "rtc.h" +#include "lang.h" #include "screens.h" /* size of the field the worm lives in */ |