From: Michael Beck Date: Mon, 5 Dec 2005 12:24:50 +0000 (+0000) Subject: added missing stdio.h include (for debugging with old DD macros only) X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=157db760ea3352a702b5a93ecc129551a356dd7e;p=libfirm added missing stdio.h include (for debugging with old DD macros only) [r7042] --- diff --git a/ir/ir/irnode.h b/ir/ir/irnode.h index 8bea175d5..91f67e21b 100644 --- a/ir/ir/irnode.h +++ b/ir/ir/irnode.h @@ -1084,6 +1084,7 @@ void *get_irn_generic_attr(ir_node *node); void dump_irn(ir_node *n); #include "ident.h" +#include #ifdef __GNUC__ /* GNU C has the __FUNCTION__ extension */