From 39976a3c974b178392f8b169c440f24012fec5aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Fri, 5 Jan 2007 15:15:38 +0000 Subject: [PATCH] added missing include --- ir/be/becopyilp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/becopyilp.c b/ir/be/becopyilp.c index fcd1dba45..0e90b2558 100644 --- a/ir/be/becopyilp.c +++ b/ir/be/becopyilp.c @@ -11,6 +11,8 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ +#include "irtools.h" + #include "bestatevent.h" #include "beirg_t.h" -- 2.20.1