mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8fa3eedb3b
PR: 22810 Submitted by: Ports Fury
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
--- 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
|
|
|