summaryrefslogtreecommitdiff
path: root/games/sais/patches/patch-src_is__fileio.h
blob: c56d1f6d1ee4c2f3901c303c5dc4db662d1cfe04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_is__fileio.h,v 1.1 2022/12/14 14:51:58 wiz Exp $

Add missing header file.

--- src/is_fileio.h.orig	2020-10-14 04:48:50.000000000 +0000
+++ src/is_fileio.h
@@ -22,6 +22,7 @@
 #define IS_FILEIO_H
 
 #include <physfs.h>
+#include <stdarg.h>
 
 typedef PHYSFS_File *   IS_FileHdl;