X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelower.c;h=36c7aff8d356885f65787c3a5386220d7c60dce4;hb=f193ebf691abc3cd18ac9b76b258cf41266d7a9a;hp=d4224ec5c3bd7b9492cc529ac08b34437eeba471;hpb=48bb3d05a2605481bf32b4fb20dbb41c4898e24e;p=libfirm diff --git a/ir/be/belower.c b/ir/be/belower.c index d4224ec5c..36c7aff8d 100644 --- a/ir/be/belower.c +++ b/ir/be/belower.c @@ -26,10 +26,11 @@ #include "iredges_t.h" #include "irgwalk.h" -#ifdef _WIN32 -#include -#else -#include +#ifdef HAVE_MALLOC_H + #include +#endif +#ifdef HAVE_ALLOCA_H + #include #endif #undef is_Perm