From: Matthias Braun Date: Fri, 23 Dec 2011 10:12:56 +0000 (+0100) Subject: config.h must be included or visibility stuff fails X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9b093e4573159587f5d62b0222920febb49e3ed7;p=libfirm config.h must be included or visibility stuff fails --- diff --git a/ir/obstack/obstack_printf.c b/ir/obstack/obstack_printf.c index 7ade5ef13..a270fea80 100644 --- a/ir/obstack/obstack_printf.c +++ b/ir/obstack/obstack_printf.c @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/ir/opt/local.c b/ir/opt/local.c index 080cdea76..15c3e6036 100644 --- a/ir/opt/local.c +++ b/ir/opt/local.c @@ -21,6 +21,7 @@ * @brief Apply local opts until fixpoint * @author Andreas Zwinkau */ +#include #include "irgopt.h" #include "opt_manage.h"