From 35823d8f6ecd51b150b1ac407276e42b47fcafae Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 14 Aug 2008 21:49:26 +0000 Subject: [PATCH] Add missing header file to plugins/zxbox/helpers.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18280 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/zxbox/helpers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugins/zxbox/helpers.c b/apps/plugins/zxbox/helpers.c index 2343abb499..fac4ba0620 100644 --- a/apps/plugins/zxbox/helpers.c +++ b/apps/plugins/zxbox/helpers.c @@ -1,4 +1,5 @@ #include "zxconfig.h" +#include "helpers.h" int my_getc(int fd){ unsigned char c;