1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Unbreak the MinGW build

* lib/stdio-impl.h [__MINGW32__]: Don't include errno.h.  Without
this, temacs crashes while dumping.
This commit is contained in:
Eli Zaretskii 2016-12-16 12:50:06 +02:00
parent fb2fdb1435
commit b3cf281174

View file

@ -26,7 +26,9 @@
# 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 */