mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 16:46:14 +08:00
2011-02-11 Ben Golding <ben_golding@yahoo.co.uk>
* events.c: add #include <stdlib.h> for free(). Fix PR build/13372.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-02-11 Ben Golding <ben_golding@yahoo.co.uk>
|
||||||
|
|
||||||
|
* events.c: add #include <stdlib.h> for free(). Fix PR build/13372.
|
||||||
|
|
||||||
2011-10-17 Mike Frysinger <vapier@gentoo.org>
|
2011-10-17 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac: Change include to common/acinclude.m4.
|
* configure.ac: Change include to common/acinclude.m4.
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include "events.h"
|
#include "events.h"
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#if !defined (SIM_EVENTS_POLL_RATE)
|
#if !defined (SIM_EVENTS_POLL_RATE)
|
||||||
#define SIM_EVENTS_POLL_RATE 0x1000
|
#define SIM_EVENTS_POLL_RATE 0x1000
|
||||||
|
Reference in New Issue
Block a user