forked from len0rd/rockbox
fix more red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22433 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
47608e06b3
commit
304c622899
3 changed files with 8 additions and 2 deletions
|
|
@ -23,8 +23,7 @@
|
|||
#include "lcd.h"
|
||||
#include "lcd-charcell.h"
|
||||
#include "screendump.h"
|
||||
#include "general.h"
|
||||
#include "file.h"
|
||||
#include "general.h"
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
|
@ -33,6 +32,11 @@
|
|||
#include "uisdl.h"
|
||||
#include "lcd-sdl.h"
|
||||
|
||||
/* can't include file.h here */
|
||||
#ifndef MAX_PATH
|
||||
#define MAX_PATH 260
|
||||
#endif
|
||||
|
||||
/* extern functions, needed for screendump() */
|
||||
extern int sim_creat(const char *name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue