From: Sebastian Hack Date: Tue, 30 Nov 2004 13:28:15 +0000 (+0000) Subject: Added ir_printf to firm.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=93725aed2d415128e83d5f050aaaf703d318fe0d;p=libfirm Added ir_printf to firm.h [r4510] --- diff --git a/ir/common/firm.h b/ir/common/firm.h index 85ff05033..8792cd466 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -116,6 +116,7 @@ extern "C" { of firm.h as not all enums are needed in the implementation files. */ #include "irdump.h" +#include "irprintf.h" #include "irvrfy.h" #include "trvrfy.h"