diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2008-08-14 21:49:26 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-08-14 21:49:26 +0000 |
commit | 35823d8f6ecd51b150b1ac407276e42b47fcafae (patch) | |
tree | 8aeb32cec3a395184afdb9c1441941f06ea89d06 /apps/plugins/zxbox/helpers.c | |
parent | cbc9208e544296c0656159182d1dd0fe408dc1c0 (diff) |
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/zxbox/helpers.c')
-rw-r--r-- | apps/plugins/zxbox/helpers.c | 1 |
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 @@ #include "zxconfig.h" +#include "helpers.h" int my_getc(int fd){ unsigned char c; |