fixed indentation
[libfirm] / ir / common / firm.c
index 7994ed5..c169dce 100644 (file)
  */
 
 #ifdef HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
+#endif
+
+#ifdef HAVE_STRING_H
+# include <string.h>
 #endif
 
 # include <stdio.h>
+
 # include "ident_t.h"
 # include "firm.h"
 # include "mangle.h"
@@ -79,6 +84,7 @@ init_firm(const firm_parameter_t *param)
   init_irprog();
   /* Constructs some idents needed. */
   init_type();
+  init_entity();
   /* allocate a hash table. */
   init_type_identify(def_params.ti_if);
   /* Init reflection facility. */