freebsd-ports/cad/scv/files/patch-src-scv-scv_init_seed.cpp
Martin Wilke 62872200a3 The SystemC Verification (SCV) library is an extension library to SystemC
which adds advanced verification capabilities to SystemC, including
constrained randomization, complex constraint solvers, data-structure
creation, Transaction Level Modeling (TLM), concurrency, and dynamic
resource allocation management.

WWW:	http://www.systemc.org/

PR:		ports/106822
Submitted by:	Peter Johnson
2006-12-22 09:09:38 +00:00

11 lines
275 B
C++

--- src/scv/scv_init_seed.cpp.orig Thu Aug 7 08:37:32 2003
+++ src/scv/scv_init_seed.cpp Sat Dec 16 11:43:50 2006
@@ -44,7 +44,7 @@
#include <string.h>
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
# include <sys/time.h>
#else
#include <time.h>