summaryrefslogtreecommitdiff
path: root/games/xboing/patches/patch-ad
blob: c100e0392a6a1056a7eda7bdb4e107b542339d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ad,v 1.1 2002/07/15 09:01:43 wiz Exp $

--- highscore.c.orig	Fri Nov 22 02:28:46 1996
+++ highscore.c
@@ -54,6 +54,9 @@
 #include <unistd.h>
 #include <time.h>
 #include <file.h>
+#ifdef __NetBSD__
+  #include <sys/file.h>
+#endif
 #include <sys/param.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>