11 lines
247 B
C
11 lines
247 B
C
--- alloc.c.orig Thu Aug 22 22:18:34 2002
|
|
+++ alloc.c Thu Aug 22 22:18:24 2002
|
|
@@ -8,7 +8,7 @@
|
|
* This file is in the public domain (it's uncopyrighted).
|
|
*/
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
#include "config.h"
|