summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-18 04:17:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-18 04:17:17 +0000
commit7eaa42259842320157d3e7b296110f48b18d8ca6 (patch)
treea463110a9f921ca298d31c18decf97dd2f23bd0d /cad
parentFix build with gcc 3.3 (diff)
Partial fix for builds with gcc 3.3. This still blows up later on.
Notes
Notes: svn path=/head/; revision=85094
Diffstat (limited to 'cad')
-rw-r--r--cad/iverilog/files/patch-load_module.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/iverilog/files/patch-load_module.cc b/cad/iverilog/files/patch-load_module.cc
new file mode 100644
index 000000000000..e48d409e832a
--- /dev/null
+++ b/cad/iverilog/files/patch-load_module.cc
@@ -0,0 +1,10 @@
+--- load_module.cc.orig Thu Jul 17 20:49:38 2003
++++ load_module.cc Thu Jul 17 20:49:51 2003
+@@ -24,6 +24,7 @@
+ # include "util.h"
+ # include "parse_api.h"
+ # include "compiler.h"
++# include <assert.h>
+ # include <iostream>
+ # include <map>
+ # include <string>