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:
parent
fb2fdb1435
commit
b3cf281174
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue