Files

32 lines
838 B
Diff

--- src/extract.c.orig 2007-05-14 08:54:20.000000000 +1000
+++ src/extract.c 2014-08-16 16:48:48.000000000 +1000
@@ -20,7 +20,7 @@
#include <config.h>
#include <stdio.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#ifdef MEMWATCH
#include "memwatch.h"
#endif /* MEMWATCH */
--- src/methods.c.orig 2007-05-14 08:54:20.000000000 +1000
+++ src/methods.c 2014-08-16 16:45:47.000000000 +1000
@@ -5,7 +5,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <malloc.h>
#ifdef MEMWATCH
#include "memwatch.h"
#endif /* MEMWATCH */
--- src/misc.c.orig 2007-05-14 08:54:20.000000000 +1000
+++ src/misc.c 2014-08-16 16:45:29.000000000 +1000
@@ -3,7 +3,6 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include <string.h>
#include <ctype.h>
#ifdef MEMWATCH