blob: a945f63698ff506ff7b7282b2f9cae5d6064991d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 1998/12/26 16:03:00 garbled Exp $
--- portfolio.c.orig Mon Sep 22 16:50:40 1997
+++ portfolio.c Tue Dec 22 13:08:26 1998
@@ -32,7 +32,7 @@
#include <monetary.h>
#endif
-#ifndef NeXT
+#if !defined(NeXT) && !defined(__NetBSD__)
#include <values.h>
#endif
|