freebsd-ports/graphics/xfractint/files/patch-memory.c
Kirill Ponomarev 0f15446dff - Fix build on -current
PR:		60011
Submitted by:	Ports Fury
2003-12-07 16:09:49 +00:00

16 lines
314 B
C

--- 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"