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 fa8f705b0..e2d6299b9 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -509,6 +509,7 @@ void qsort_string_vector_case(char **sv, unsigned count) FAST_FUNC;
509 */ 509 */
510 510
511const char *get_busybox_exec_path(void); 511const char *get_busybox_exec_path(void);
512void init_winsock(void);
512void init_codepage(void); 513void init_codepage(void);
513 514
514int has_bat_suffix(const char *p); 515int has_bat_suffix(const char *p);