From: Michael Beck Date: Mon, 5 Dec 2005 12:27:28 +0000 (+0000) Subject: added missing stdio.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5f2526eb670e6f7f4d97971ffcf81d0fe0ee6f82;p=libfirm added missing stdio.h [r7045] --- diff --git a/ir/tr/mangle.c b/ir/tr/mangle.c index 04c656361..8f283600f 100644 --- a/ir/tr/mangle.c +++ b/ir/tr/mangle.c @@ -13,6 +13,10 @@ # include "config.h" #endif +#ifdef HAVE_STDIO_H +# include +#endif + #include "mangle.h" #include "obst.h"