From: Michael Beck Date: Mon, 29 Nov 2004 14:24:31 +0000 (+0000) Subject: fixed typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=065b2cac36d8044f23f96037a9102244514717b2;p=libfirm fixed typo added config.h [r4499] --- diff --git a/ir/ir/irprintf.c b/ir/ir/irprintf.c index c7df31081..f87fe0c40 100644 --- a/ir/ir/irprintf.c +++ b/ir/ir/irprintf.c @@ -17,6 +17,10 @@ * @date 29.11.2004 */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -141,7 +145,7 @@ static void ir_common_vprintf(const appender_t *app, void *object, break; case 'E': - DUMP_STR(get_entity_ldname(va_arg(args, entity *))); + DUMP_STR(get_entity_ld_name(va_arg(args, entity *))); break; case 'p':