summaryrefslogtreecommitdiffstats
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-05-07 13:32:56 +0000
committerDave Chapman <dave@dchapman.com>2007-05-07 13:32:56 +0000
commit1feb8bd4a11cdfc552799958ad8539090eec2b74 (patch)
tree1709dc7be87b5aec74c1a19967a8a8818cdc3447 /apps/cuesheet.c
parent9a011f3a80e93c7a70f6f0397a07c74df84b7c5d (diff)
downloadrockbox-1feb8bd4a11cdfc552799958ad8539090eec2b74.tar.gz
rockbox-1feb8bd4a11cdfc552799958ad8539090eec2b74.zip
Minor header file cleanup - try and include the minimal number of files, and only where they are needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13344 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 970959b5d2..afd0ba1ea6 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <atoi.h>
+#include <ctype.h>
#include <string.h>
#include "system.h"
#include "audio.h"