eb23de9e8c
documents.
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
$OpenBSD: patch-kontour_BezierTool_cc,v 1.1 2001/09/06 13:01:53 espie Exp $
|
|
--- kontour/BezierTool.cc.orig Wed Sep 5 22:43:42 2001
|
|
+++ kontour/BezierTool.cc Wed Sep 5 22:43:51 2001
|
|
@@ -22,7 +22,7 @@
|
|
|
|
*/
|
|
|
|
-#if defined(__FreeBSD__) || defined(__NetBSD__)
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#include <math.h>
|
|
#else
|
|
#include <values.h>
|