aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index c411a8106..c75b06330 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -200,6 +200,11 @@ int unsetenv(const char *env);
200#define mktemp mingw_mktemp 200#define mktemp mingw_mktemp
201 201
202/* 202/*
203 * string.h
204 */
205char *strndup(char const *s, size_t n);
206
207/*
203 * strings.h 208 * strings.h
204 */ 209 */
205int ffs(int i); 210int ffs(int i);