blob: e307154bdf2f373a1f5511ed623b028b5e41a945 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/gd.c.orig Mon Oct 2 21:44:49 2000
+++ src/gd.c Tue Nov 20 22:15:17 2001
@@ -1,6 +1,6 @@
-#ifndef _OSD_POSIX /* _OSD_POSIX defines *alloc() in stdlib.h */
-#include <malloc.h>
-#endif /*_OSD_POSIX*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <stdio.h>
#include <math.h>
#include <string.h>
|