malloc.h -> stdlib.h (thanks nulani)

Wed, 12 Oct 2011 17:00:15 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 12 Oct 2011 17:00:15 +0100
changeset 91
93793a867c18
parent 90
c0598739d4b3
child 107
f937d449075d

malloc.h -> stdlib.h (thanks nulani)

src/buffer_event.c file | annotate | diff | comparison | revisions
src/event_buffer.c file | annotate | diff | comparison | revisions
--- a/src/buffer_event.c	Thu Feb 25 14:52:25 2010 +0000
+++ b/src/buffer_event.c	Wed Oct 12 17:00:15 2011 +0100
@@ -3,7 +3,7 @@
 #include "buffer_event.h"
 #include "utility.h"
 #include <lauxlib.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "event_buffer.h"
 
 #define BUFFER_EVENT_MT "BUFFER_EVENT_MT"
--- a/src/event_buffer.c	Thu Feb 25 14:52:25 2010 +0000
+++ b/src/event_buffer.c	Wed Oct 12 17:00:15 2011 +0100
@@ -3,7 +3,7 @@
 
 #include "event_buffer.h"
 #include <lauxlib.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #define EVENT_BUFFER_MT "EVENT_BUFFER_MT"
 

mercurial