* lib/stdio-impl.h [__MINGW32__]: Do not include errno.h.
Problem reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00642.html
Is Plan 9 still a valid porting target, anyway?
+2016-12-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ fpending: fix port to MinGW on Emacs
+ * lib/stdio-impl.h [__MINGW32__]: Do not include errno.h.
+ Problem reported by Eli Zaretskii in:
+ http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00642.html
+ Is Plan 9 still a valid porting target, anyway?
+
2016-12-15 Paul Eggert <eggert@cs.ucla.edu>
safe-alloc: use xalloc-oversized
# include <sys/param.h>
#endif
+#ifndef __MINGW32__
#include <errno.h> /* For detecting Plan9. */
+#endif
#if defined __sferror || defined __DragonFly__ || defined __ANDROID__
/* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Android */