From 30c354008675a826263354421005b4e80d8ef451 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 25 Feb 2008 13:55:06 +0000 Subject: [PATCH] Fix compile error in some oses git-svn-id: file://localhost/svn/verilator/trunk/verilator@992 77ca24e4-aefa-0310-84f0-b9a241c72d87 --- Changes | 4 ++++ src/V3Options.cpp | 1 + src/config_build.h.in | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index e4a62bfcd..b5732acdf 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,10 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. [by ...] indicates the contributor was also the author of the fix; Thanks! +* Verilator 3.658 2008/02/25 + +**** Fix unistd compile error in 3.657. [Patricio Kaplan, Jonathan Kimmitt] + * Verilator 3.657 2008/02/20 **** Fix assignments of {a,b,c} = {c,b,a}. [Jonathan Kimmitt] diff --git a/src/V3Options.cpp b/src/V3Options.cpp index 5d3adb869..4aff65ae6 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/src/config_build.h.in b/src/config_build.h.in index 8fbef9c0d..e14831cba 100644 --- a/src/config_build.h.in +++ b/src/config_build.h.in @@ -24,7 +24,7 @@ //********************************************************************** //**** Version and host name -#define DTVERSION "Verilator 3.657 2008/01/18" +#define DTVERSION "Verilator 3.658 2008/01/18" //********************************************************************** //**** Functions