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:
parent
aad1c02c74
commit
c35599f82f
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* configure.ac: Change include to common/acinclude.m4.
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "events.h"
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if !defined (SIM_EVENTS_POLL_RATE)
|
||||
#define SIM_EVENTS_POLL_RATE 0x1000
|
||||
|
|
Loading…
Reference in a new issue