2013-09-26 17:14:40 +02:00

22 lines
491 B
Plaintext

$NetBSD: patch-ai,v 1.1 2006/06/14 09:07:45 rillig Exp $
--- framain2.c.orig 2006-06-15 07:57:40.000000000 +0200
+++ framain2.c 2006-06-15 08:34:42.000000000 +0200
@@ -1,10 +1,13 @@
+#if !defined(USE_VARARGS)
+#include <stdarg.h>
+#else
+#include <varargs.h>
+#endif
+
#include <string.h>
#include <time.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 */