renames all is_x*_type() functions to is_X*_type() to prevent name clash with EDG...
[libfirm] / ir / common / firmwalk.c
index a0d7ee7..30019c0 100644 (file)
  */
 
 #ifdef HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
-#include <string.h>
+#ifdef HAVE_STRING_H
+# include <string.h>
+#endif
 
 #include "firmwalk.h"