diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-08-01 16:22:48 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-08-01 16:22:48 +0000 |
commit | 5d8ab7b36492cf5d9bfba8e66f2aaf85b1a8e03b (patch) | |
tree | c1a2fe1507342d5efa3ab7106853df1a190df371 /apps/recorder | |
parent | 9c0b2479f7025a84444adf08e3be8ced60dad013 (diff) |
Fix reds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27657 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r-- | apps/recorder/recording.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 0098d6bf78..9adb3c1839 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -56,6 +56,7 @@ #include "sound_menu.h" #include "timefuncs.h" #include "debug.h" +#include "misc.h" #include "filefuncs.h" #include "tree.h" #include "string.h" |