1
0
Fork 0
forked from len0rd/rockbox

Add missing header file to plugins/zxbox/helpers.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-08-14 21:49:26 +00:00
parent cbc9208e54
commit 35823d8f6e

View file

@ -1,4 +1,5 @@
#include "zxconfig.h" #include "zxconfig.h"
#include "helpers.h"
int my_getc(int fd){ int my_getc(int fd){
unsigned char c; unsigned char c;