we always compile with C99 support now
[libfirm] / ir / common / firm.c
index 0034aa4..df3ef9c 100644 (file)
@@ -55,6 +55,7 @@
 #include "be_t.h"
 #include "irtools.h"
 #include "execfreq_t.h"
+#include "firmstat_t.h"
 
 /* returns the firm root */
 lc_opt_entry_t *firm_opt_get_root(void)
@@ -114,6 +115,8 @@ void ir_init(void)
 
        init_execfreq();
 
+       init_stat();
+
 #ifdef DEBUG_libfirm
        /* integrated debugger extension */
        firm_init_debugger();