aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdio-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdio-impl.h')
-rw-r--r--lib/stdio-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h
index 766d6936590..1972a33ab13 100644
--- a/lib/stdio-impl.h
+++ b/lib/stdio-impl.h
@@ -26,7 +26,9 @@
26# include <sys/param.h> 26# include <sys/param.h>
27#endif 27#endif
28 28
29#ifndef __MINGW32__
29#include <errno.h> /* For detecting Plan9. */ 30#include <errno.h> /* For detecting Plan9. */
31#endif
30 32
31#if defined __sferror || defined __DragonFly__ || defined __ANDROID__ 33#if defined __sferror || defined __DragonFly__ || defined __ANDROID__
32 /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Android */ 34 /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Android */