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 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 | ||
511 | const char *get_busybox_exec_path(void); | 511 | const char *get_busybox_exec_path(void); |
512 | void init_winsock(void); | ||
512 | void init_codepage(void); | 513 | void init_codepage(void); |
513 | 514 | ||
514 | int has_bat_suffix(const char *p); | 515 | int has_bat_suffix(const char *p); |