mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
22 lines
491 B
Plaintext
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 */
|