diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2010-05-15 03:17:12 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2010-05-15 03:17:12 +0000 |
| commit | ff548fad8689ab767a62d2c7d9b2f2c4efece1e8 (patch) | |
| tree | 81612b08b5dcbb06beb079e9261eebf60cae7b00 /apps/gui | |
| parent | 6083f3dff5cfe991e32361a99518714b02256694 (diff) | |
| download | rockbox-ff548fad8689ab767a62d2c7d9b2f2c4efece1e8.zip rockbox-ff548fad8689ab767a62d2c7d9b2f2c4efece1e8.tar.gz rockbox-ff548fad8689ab767a62d2c7d9b2f2c4efece1e8.tar.bz2 rockbox-ff548fad8689ab767a62d2c7d9b2f2c4efece1e8.tar.xz | |
Fix include problem
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26039 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/splash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c index fc39621..09d57f5 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -29,6 +29,7 @@ #include "talk.h" #include "splash.h" #include "viewport.h" +#include "strtok_r.h" #ifdef HAVE_LCD_BITMAP |