mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b0c55b07ca
PR: 40928 Submitted by: Amar Takhar <verm@drunkmonk.net> * Fix build on -CURRENT.
15 lines
219 B
C
15 lines
219 B
C
|
|
$FreeBSD$
|
|
|
|
--- source/y.tab.c.orig Wed Jul 24 00:01:34 2002
|
|
+++ source/y.tab.c Wed Jul 24 00:01:44 2002
|
|
@@ -38,7 +38,7 @@
|
|
#include <memory.h>
|
|
#endif
|
|
|
|
-#include <values.h>
|
|
+#include <float.h>
|
|
|
|
#ifdef __cplusplus
|
|
|