summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2012-05-07 18:27:46 +0200
committerNils Wallménius <nils@rockbox.org>2012-05-07 18:43:12 +0200
commit7803f31c531c75c75d57513caa14caa934edcf19 (patch)
treed17e992acdd80e74edbe9b9a71d676d20d2c389a /apps/plugin.h
parent3f61caa0cd7e818416be08778f356efd54e596fb (diff)
downloadrockbox-7803f31c531c75c75d57513caa14caa934edcf19.tar.gz
rockbox-7803f31c531c75c75d57513caa14caa934edcf19.zip
Don't reinvent ctype.h functions
Remove ctype.h functions in text_editor and rockboy, fix #define name clash in mpegplayer. Change-Id: Icb40cf45e27b793c62cb095197757a27f508f344
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 4091cecc16..3f63b9a749 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -34,6 +34,7 @@
34#include <stdio.h> 34#include <stdio.h>
35#include <stdlib.h> 35#include <stdlib.h>
36#include <string.h> 36#include <string.h>
37#include <ctype.h>
37#include "string-extra.h" 38#include "string-extra.h"
38#include "gcc_extensions.h" 39#include "gcc_extensions.h"
39 40