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

--- ball.c.orig	Fri Nov 22 02:28:46 1996
+++ ball.c
@@ -50,7 +50,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
+#ifndef __NetBSD__
 #include <values.h>
+#endif
 #include <xpm.h>
 #include <X11/Xos.h>