From 3f25e0465177d66f81a546368750794ea7ce0420 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Tue, 30 Nov 2004 14:48:37 +0000 Subject: [PATCH] include irgwalk when using irg_walk [r4519] --- ir/ir/irgraph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/ir/irgraph.c b/ir/ir/irgraph.c index 22da0c0de..2e5c0f511 100644 --- a/ir/ir/irgraph.c +++ b/ir/ir/irgraph.c @@ -27,6 +27,7 @@ # include "mangle.h" # include "irouts.h" # include "firmstat.h" +# include "irgwalk.h" ir_graph *current_ir_graph; INLINE ir_graph *get_current_ir_graph(void) { -- 2.20.1