diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 1ef13c638..fdcd7f709 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -386,3 +386,5 @@ char **env_setenv(char **env, const char *name); | |||
386 | 386 | ||
387 | const char *get_busybox_exec_path(void); | 387 | const char *get_busybox_exec_path(void); |
388 | void init_winsock(void); | 388 | void init_winsock(void); |
389 | |||
390 | char *win32_execable_file(const char *p); | ||