diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-07-06 13:23:28 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-07-06 13:23:28 +0000 |
| commit | d035f255c95d69c342d3ecbcf4cc88c1f1c01af2 (patch) | |
| tree | b12499b9c893086b12c03684986ee80a1abc1472 /apps/misc.c | |
| parent | feeac4f15fdd6e680522b172f7217ab0a98ad0f7 (diff) | |
| download | rockbox-d035f255c95d69c342d3ecbcf4cc88c1f1c01af2.zip rockbox-d035f255c95d69c342d3ecbcf4cc88c1f1c01af2.tar.gz rockbox-d035f255c95d69c342d3ecbcf4cc88c1f1c01af2.tar.bz2 rockbox-d035f255c95d69c342d3ecbcf4cc88c1f1c01af2.tar.xz | |
get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 though
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17957 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c index f37bd5f..60955b9 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -24,6 +24,7 @@ #include "lcd.h" #include "file.h" #ifdef __PCTOOL__ +#include <stdint.h> #include <stdarg.h> #else #include "sprintf.h" |