summaryrefslogtreecommitdiff
path: root/uisimulator/x11/file.h
diff options
context:
space:
mode:
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);