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

16 lines
314 B
Plaintext

$NetBSD: patch-ag,v 1.1 2009/08/16 21:21:51 wiz Exp $
--- lib/sequence/sequence.c.orig 2009-06-21 15:15:41.000000000 +0000
+++ lib/sequence/sequence.c
@@ -77,6 +77,10 @@
# include <AL/al.h>
# endif
+#ifndef nearbyint
+#define nearbyint rint
+#endif
+
// stick this in sequence.h perhaps?
typedef struct
{