浏览代码

core: fix typo added with pkg stats

- reported by Juha Heinanen
Daniel-Constantin Mierla 14 年之前
父节点
当前提交
92d6b6c198
共有 1 个文件被更改,包括 1 次插入1 次删除
  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