8fa3eedb3b
PR: 22810 Submitted by: Ports Fury
11 lines
291 B
Text
11 lines
291 B
Text
--- portfolio.c.orig Sat Feb 5 07:59:06 2000
|
|
+++ portfolio.c Sun Nov 12 15:09:56 2000
|
|
@@ -29,7 +29,7 @@
|
|
#include <string.h>
|
|
#include <math.h>
|
|
|
|
-#if !defined(NeXT) && !defined(__NetBSD__)
|
|
+#if !defined(NeXT) && !defined(__NetBSD__) && !defined(__FreeBSD__)
|
|
#include <values.h>
|
|
#endif
|
|
|