pkgsrc/games/xboing/patches/patch-ac
2006-01-12 23:49:45 +00:00

14 lines
347 B
Text

$NetBSD: patch-ac,v 1.3 2006/01/12 23:49:45 joerg Exp $
--- ball.c.orig 1996-11-22 01:28:46.000000000 +0000
+++ ball.c
@@ -50,7 +50,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
#include <values.h>
+#endif
#include <xpm.h>
#include <X11/Xos.h>