summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-08-14 21:49:26 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-08-14 21:49:26 +0000
commit35823d8f6ecd51b150b1ac407276e42b47fcafae (patch)
tree8aeb32cec3a395184afdb9c1441941f06ea89d06 /apps/plugins
parentcbc9208e544296c0656159182d1dd0fe408dc1c0 (diff)
downloadrockbox-35823d8f6ecd51b150b1ac407276e42b47fcafae.tar.gz
rockbox-35823d8f6ecd51b150b1ac407276e42b47fcafae.zip
Add missing header file to plugins/zxbox/helpers.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/zxbox/helpers.c1
1 files changed, 1 insertions, 0 deletions
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 @@
1#include "zxconfig.h" 1#include "zxconfig.h"
2#include "helpers.h"
2 3
3int my_getc(int fd){ 4int my_getc(int fd){
4 unsigned char c; 5 unsigned char c;