summaryrefslogtreecommitdiff
path: root/uisimulator/x11/file.h
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 /uisimulator/x11/file.h
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
Diffstat (limited to 'uisimulator/x11/file.h')
-rw-r--r--uisimulator/x11/file.h2
1 files changed, 1 insertions, 1 deletions
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);