From: Michael Beck Date: Fri, 28 Oct 2005 11:55:49 +0000 (+0000) Subject: more config.h stuf added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=93d10b736960da7fafb274a1677003a820bd43f1;p=libfirm more config.h stuf added [r6821] --- diff --git a/ir/ana/callgraph.c b/ir/ana/callgraph.c index 8e14c5a35..545718083 100644 --- a/ir/ana/callgraph.c +++ b/ir/ana/callgraph.c @@ -10,14 +10,15 @@ * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ #ifdef HAVE_CONFIG_H -#include "config.h" +# include "config.h" #endif #ifdef HAVE_STRING_H -#include +# include #endif - +# ifdef HAVE_STDLIB_H #include +#endif #include "callgraph.h"