NEED_VARARGS followup

This commit is contained in:
nhmall
2022-09-17 14:22:20 -04:00
parent af71163d99
commit 4d34e153e0
11 changed files with 32 additions and 0 deletions

View File

@@ -5,7 +5,10 @@
* TOS system functions.
*/
#ifndef NEED_VARARGS
#define NEED_VARARGS
#endif
#include "hack.h"
#ifdef TTY_GRAPHICS

View File

@@ -6,7 +6,10 @@
* OS/2 system functions.
*/
#ifndef NEED_VARARGS
#define NEED_VARARGS
#endif
#include "hack.h"
#ifdef OS2

View File

@@ -2,7 +2,10 @@
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */
#ifndef NEED_VARARGS
#define NEED_VARARGS
#endif
#include "hack.h"
#include <fcntl.h>
// #include "wceconf.h"