summaryrefslogtreecommitdiff
path: root/lang/umb-scheme/patches/patch-ag
blob: 42e2e4a1777be1667438cc5d6daecb90d6b656c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ag,v 1.3 2006/01/06 14:13:23 joerg Exp $

--- real.c.orig	1996-01-21 16:15:52.000000000 -0600
+++ real.c
@@ -38,6 +38,10 @@ For additional information about UMB Sch
 point type. As a result, all the operations can use native (C)
 functions.  */
 
+#include <limits.h>
+#if defined(__APPLE__) || defined(__DragonFly__)
+#include <float.h>
+#endif
 #include "portable.h"
 #include "eval.h"
 #include "object.h"