update Sun Feb 7 12:37:00 PST 2010
[pkgsrc.git] / games / xboing / patches / patch-ac
1 $NetBSD: patch-ac,v 1.3 2006/01/12 23:49:45 joerg Exp $
2
3 --- ball.c.orig 1996-11-22 01:28:46.000000000 +0000
4 +++ ball.c
5 @@ -50,7 +50,9 @@
6  #include <stdio.h>
7  #include <stdlib.h>
8  #include <math.h>
9 +#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
10  #include <values.h>
11 +#endif
12  #include <xpm.h>
13  #include <X11/Xos.h>
14