$NetBSD: patch-ab,v 1.2 1999/09/08 17:17:42 hubertf Exp $

--- c++/Cassowary.h.orig	Mon Jul 12 05:13:14 1999
+++ c++/Cassowary.h	Wed Sep  8 17:58:26 1999
@@ -22,7 +22,9 @@
 #endif
 
 #include "ClConstraintHash.h"
+#ifndef __NetBSD__
 #include <values.h>
+#endif
 
 #ifdef USE_GC
 #include "../../gc/gc_cpp.h"
@@ -47,6 +49,11 @@
 typedef double Number;
 
 typedef long FDNumber;
+
+#ifndef MINLONG
+#include <limits.h>
+#define MINLONG	LONG_MIN
+#endif
 
 enum { FDN_NOTSET = MINLONG };
 
