From 93d10b736960da7fafb274a1677003a820bd43f1 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 28 Oct 2005 11:55:49 +0000 Subject: [PATCH] more config.h stuf added [r6821] --- ir/ana/callgraph.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" -- 2.20.1