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 fa760342b..858e011de 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -215,6 +215,11 @@ void unsetenv(const char *env);
215void *mempcpy(void *dest, const void *src, size_t n); 215void *mempcpy(void *dest, const void *src, size_t n);
216 216
217/* 217/*
218 * strings.h
219 */
220int ffs(int i);
221
222/*
218 * sys/ioctl.h 223 * sys/ioctl.h
219 */ 224 */
220 225