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

14 lines
344 B
C

--- framain2.c.orig Tue Sep 7 00:38:10 1999
+++ framain2.c Sun Dec 7 11:37:30 2003
@@ -1,10 +1,8 @@
#include <string.h>
#include <time.h>
+#include <stdarg.h>
#ifndef XFRACT
#include <io.h>
-#include <stdarg.h>
-#else
-#include <varargs.h>
#endif
#include <ctype.h>
/* see Fractint.c for a description of the "include" hierarchy */