diff options
Diffstat (limited to 'include/compat.h')
-rw-r--r-- | include/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/compat.h b/include/compat.h index ee47ef9..343dcf5 100644 --- a/include/compat.h +++ b/include/compat.h @@ -163,6 +163,8 @@ int fchownat(int dirfd, const char *path, int uid, int gid, int flags); int fchmodat(int dirfd, const char *path, int mode, int flags); int chdir(const char *path); + +void w32_perror(const char *str); #else #include <sys/types.h> #include <sys/stat.h> |