summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-memory.c
blob: 982c0f976c56cdb6e745c3c73fe7fb0305092a7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- memory.c.orig	Tue Sep  7 00:38:10 1999
+++ memory.c	Sun Dec  7 02:51:11 2003
@@ -1,12 +1,9 @@
 #include <string.h>
 #include <limits.h>
-#include <malloc.h>
 #ifndef XFRACT
 #include <io.h>
-#include <stdarg.h>
-#else
-#include <varargs.h>
 #endif
+#include <stdarg.h>
 #include <ctype.h>
 
 #include "port.h"