aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index 232fead89..2b3ad42bd 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -379,6 +379,7 @@ typedef unsigned smalluint;
379 379
380#if ENABLE_PLATFORM_MINGW32 380#if ENABLE_PLATFORM_MINGW32
381# undef HAVE_FDPRINTF 381# undef HAVE_FDPRINTF
382# undef HAVE_MEMRCHR
382# undef HAVE_MKDTEMP 383# undef HAVE_MKDTEMP
383# undef HAVE_SETBIT 384# undef HAVE_SETBIT
384# undef HAVE_STRCASESTR 385# undef HAVE_STRCASESTR
@@ -413,6 +414,7 @@ extern int fdprintf(int fd, const char *format, ...);
413#endif 414#endif
414 415
415#ifndef HAVE_MEMRCHR 416#ifndef HAVE_MEMRCHR
417#include <stddef.h>
416extern void *memrchr(const void *s, int c, size_t n) FAST_FUNC; 418extern void *memrchr(const void *s, int c, size_t n) FAST_FUNC;
417#endif 419#endif
418 420