summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfractint/files/patch-memory.c')
-rw-r--r--graphics/xfractint/files/patch-memory.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/xfractint/files/patch-memory.c b/graphics/xfractint/files/patch-memory.c
new file mode 100644
index 000000000000..982c0f976c56
--- /dev/null
+++ b/graphics/xfractint/files/patch-memory.c
@@ -0,0 +1,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"