blob: e406eacd0759f918e8b4d9f67cbdcaadeda89fea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- SpaceTimeViewer/DrawView+Finding.m.orig 2006-10-29 19:52:48 UTC
+++ SpaceTimeViewer/DrawView+Finding.m
@@ -24,7 +24,9 @@
#include "DrawView.h"
#include <math.h>
+#if !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <values.h>
+#endif
// returns a rectangle that is the same as rect but has positive height and width
|