diff options
Diffstat (limited to 'src/win32/posix.h')
-rw-r--r-- | src/win32/posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/posix.h b/src/win32/posix.h index 4c45fd3e4..d82506ab5 100644 --- a/src/win32/posix.h +++ b/src/win32/posix.h @@ -43,6 +43,6 @@ extern int p_stat(const char* path, struct stat* buf); extern int p_chdir(const char* path); extern int p_chmod(const char* path, int mode); extern int p_rmdir(const char* path); - +extern int p_access(const char* path, int mode); #endif |