From 7803f31c531c75c75d57513caa14caa934edcf19 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 7 May 2012 18:27:46 +0200 Subject: Don't reinvent ctype.h functions Remove ctype.h functions in text_editor and rockboy, fix #define name clash in mpegplayer. Change-Id: Icb40cf45e27b793c62cb095197757a27f508f344 --- apps/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') 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 @@ #include #include #include +#include #include "string-extra.h" #include "gcc_extensions.h" -- cgit v1.2.3