62872200a3
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
11 lines
275 B
C++
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>
|