blob: 6b385b860b315bf9ab048b3ba5bed1789c572563 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- SpaceTimeViewer/DrawView+Drawing.m.orig 2007-02-16 13:23:30 UTC
+++ SpaceTimeViewer/DrawView+Drawing.m
@@ -23,7 +23,11 @@
#include "DrawView.h"
#ifdef GNUSTEP
+# if !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <values.h>
+# else
+#include <math.h>
+# endif
#endif
#include "../General/Association.h"
|