aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
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);
593const char *applet_to_exe(const char *name); 593const char *applet_to_exe(const char *name);
594char *get_user_name(void); 594char *get_user_name(void);
595char *quote_arg(const char *arg); 595char *quote_arg(const char *arg);
596char *find_first_executable(const char *name);