more config.h stuf added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 28 Oct 2005 11:55:49 +0000 (11:55 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 28 Oct 2005 11:55:49 +0000 (11:55 +0000)
[r6821]

ir/ana/callgraph.c

index 8e14c5a..5457180 100644 (file)
  * 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 <string.h>
+# include <string.h>
 #endif
-
+# ifdef HAVE_STDLIB_H
 #include <stdlib.h>
+#endif
 
 #include "callgraph.h"