From 9b093e4573159587f5d62b0222920febb49e3ed7 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 23 Dec 2011 11:12:56 +0100 Subject: [PATCH] config.h must be included or visibility stuff fails --- ir/obstack/obstack_printf.c | 1 + ir/opt/local.c | 1 + 2 files changed, 2 insertions(+) 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" -- 2.20.1