diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 7e6109f2e..0ccced2a3 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -593,3 +593,4 @@ char *get_last_slash(const char *path); | |||
593 | const char *applet_to_exe(const char *name); | 593 | const char *applet_to_exe(const char *name); |
594 | char *get_user_name(void); | 594 | char *get_user_name(void); |
595 | char *quote_arg(const char *arg); | 595 | char *quote_arg(const char *arg); |
596 | char *find_first_executable(const char *name); | ||