X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fifconv.c;h=daafa17bc3fa8f58d332c4dce1672885ef700ea3;hb=8eb0a1256d88d68e762c1f087bffadca68dc5c12;hp=1abf8fcf68fa9a1c97f621497e1682656bc107f0;hpb=1a38f36ddb4614591fc9162fc956b17e7e3b6d3b;p=libfirm diff --git a/ir/opt/ifconv.c b/ir/opt/ifconv.c index 1abf8fcf6..daafa17bc 100644 --- a/ir/opt/ifconv.c +++ b/ir/opt/ifconv.c @@ -5,10 +5,22 @@ * @date 4.2.2005 * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef HAVE_STDLIB_H #include +#endif +#ifdef HAVE_STRING_H #include +#endif +#ifdef HAVE_ALLOCA_H #include +#endif +#ifdef HAVE_MALLOC_H +#include +#endif #include "irgraph_t.h" #include "irnode_t.h"