[PATCH] libgcc: Include stdlib.h for abort() on mingw32
libgcc/ * config/i386/enable-execute-stack-mingw32.c: Include stdlib.h for abort() definition.
This commit is contained in:
parent
6f75149488
commit
2c27aa8d75
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
|
||||
extern void __enable_execute_stack (void *);
|
||||
|
|
Loading…
Add table
Reference in a new issue