Fix build (removal of <values.h>)

This commit is contained in:
Kris Kennaway 2002-09-29 06:17:40 +00:00
parent 8354b705b5
commit 3eb20ef817
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67225
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- color.c.orig Sat Sep 28 23:16:31 2002
+++ color.c Sat Sep 28 23:16:43 2002
@@ -25,7 +25,7 @@
#include <stdio.h>
-#if !defined(__NetBSD__)
+#if !defined(__NetBSD__) && !defined(__FreeBSD__)
#include <values.h>
#endif

View file

@ -0,0 +1,11 @@
--- color.c.orig Sat Sep 28 23:16:31 2002
+++ color.c Sat Sep 28 23:16:43 2002
@@ -25,7 +25,7 @@
#include <stdio.h>
-#if !defined(__NetBSD__)
+#if !defined(__NetBSD__) && !defined(__FreeBSD__)
#include <values.h>
#endif