summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-07 10:10:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-07 10:10:17 +0000
commit83131fa6e78ea10167e7259e148054b277a0861b (patch)
tree77b42489471608a4049110b4961a1b642b87b57a
parente597ca4732c82148f37cb6931ca917818ee31c8a (diff)
downloadrockbox-83131fa6e78ea10167e7259e148054b277a0861b.tar.gz
rockbox-83131fa6e78ea10167e7259e148054b277a0861b.zip
use new path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3220 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/x11/dir.h2
-rw-r--r--uisimulator/x11/file.h2
-rw-r--r--uisimulator/x11/io.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/uisimulator/x11/dir.h b/uisimulator/x11/dir.h
index 98bf175c11..28cfcc8646 100644
--- a/uisimulator/x11/dir.h
+++ b/uisimulator/x11/dir.h
@@ -22,7 +22,7 @@ typedef void DIR;
22 22
23#define DIRFUNCTIONS_DEFINED /* prevent those prototypes */ 23#define DIRFUNCTIONS_DEFINED /* prevent those prototypes */
24#define dirent x11_dirent 24#define dirent x11_dirent
25#include "../../firmware/common/dir.h" 25#include "../../firmware/include/dir.h"
26#undef dirent 26#undef dirent
27 27
28typedef void * MYDIR; 28typedef void * MYDIR;
diff --git a/uisimulator/x11/file.h b/uisimulator/x11/file.h
index 49c49116fb..12fffe05f6 100644
--- a/uisimulator/x11/file.h
+++ b/uisimulator/x11/file.h
@@ -32,7 +32,7 @@ int x11_rename(char *oldpath, char *newpath);
32#define remove(x) x11_remove(x) 32#define remove(x) x11_remove(x)
33#define rename(x,y) x11_rename(x,y) 33#define rename(x,y) x11_rename(x,y)
34 34
35#include "../../firmware/common/file.h" 35#include "../../firmware/include/file.h"
36 36
37extern int open(char* pathname, int flags); 37extern int open(char* pathname, int flags);
38extern int close(int fd); 38extern int close(int fd);
diff --git a/uisimulator/x11/io.c b/uisimulator/x11/io.c
index 6210e6d927..ebc0961404 100644
--- a/uisimulator/x11/io.c
+++ b/uisimulator/x11/io.c
@@ -30,7 +30,7 @@
30 30
31#define DIRFUNCTIONS_DEFINED /* prevent those prototypes */ 31#define DIRFUNCTIONS_DEFINED /* prevent those prototypes */
32#define dirent x11_dirent 32#define dirent x11_dirent
33#include "../../firmware/common/dir.h" 33#include "../../firmware/include/dir.h"
34#undef dirent 34#undef dirent
35 35
36#define SIMULATOR_ARCHOS_ROOT "archos" 36#define SIMULATOR_ARCHOS_ROOT "archos"