Browse Source

core: fix typo added with pkg stats

- reported by Juha Heinanen
Daniel-Constantin Mierla 14 years ago
parent
commit
92d6b6c198
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mem/f_malloc.c

+ 1 - 1
mem/f_malloc.c

@@ -56,7 +56,7 @@
 #include "../bit_scan.h"
 #include "../cfg/cfg.h" /* memlog */
 #ifdef MALLOC_STATS
-#include "../evnets.h"
+#include "../events.h"
 #endif