2013-09-26 17:14:40 +02:00

15 lines
347 B
Plaintext

$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>