aboutsummaryrefslogtreecommitdiffstats
path: root/src/event_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event_buffer.c')
-rw-r--r--src/event_buffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/event_buffer.c b/src/event_buffer.c
index ea66a94..a61c643 100644
--- a/src/event_buffer.c
+++ b/src/event_buffer.c
@@ -1,9 +1,8 @@
/* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
* Licensed as LGPL - See doc/COPYING for details */
-
+#include <stdlib.h>
#include "event_buffer.h"
#include <lauxlib.h>
-#include <malloc.h>
#define EVENT_BUFFER_MT "EVENT_BUFFER_MT"