From 8704e3e34fc8b7d46b0161ab7e782acc20660f83 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Tue, 9 Sep 2008 09:27:04 -0700 Subject: [PATCH] Compatibility with gcc-4.3 Add "include"s to fix errors flagged by gcc-4.3.2 --- elab_expr.cc | 1 + expr_synth.cc | 1 + tgt-null/null.c | 1 + 3 files changed, 3 insertions(+) diff --git a/elab_expr.cc b/elab_expr.cc index e345d3ea4..11ac12dcc 100644 --- a/elab_expr.cc +++ b/elab_expr.cc @@ -21,6 +21,7 @@ # include # include # include +# include # include "compiler.h" # include "pform.h" diff --git a/expr_synth.cc b/expr_synth.cc index 49ab9b306..d323b7dd3 100644 --- a/expr_synth.cc +++ b/expr_synth.cc @@ -20,6 +20,7 @@ # include "config.h" # include "compiler.h" +# include # include # include "netlist.h" diff --git a/tgt-null/null.c b/tgt-null/null.c index 516c3cd37..9bed4a68d 100644 --- a/tgt-null/null.c +++ b/tgt-null/null.c @@ -18,6 +18,7 @@ */ # include "config.h" +# include /* * This is a null target module. It does nothing.