util.signal: Using stdlib.h instead of malloc.h.
authorTobias Markmann <tm@ayena.de>
Fri, 15 Jan 2010 17:30:33 +0000 (18:30 +0100)
committerTobias Markmann <tm@ayena.de>
Fri, 15 Jan 2010 17:30:33 +0000 (18:30 +0100)
util-src/signal.c

index 53bbc4ed4cb882d1174b26d33d3c8b0d4c912968..2d13383fbd2f8115b6454dc9f42db465a787b49d 100644 (file)
@@ -27,7 +27,7 @@
 */
 
 #include <signal.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #include "lua.h"
 #include "lauxlib.h"