瀏覽代碼

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 "../bit_scan.h"
 #include "../cfg/cfg.h" /* memlog */
 #include "../cfg/cfg.h" /* memlog */
 #ifdef MALLOC_STATS
 #ifdef MALLOC_STATS
-#include "../evnets.h"
+#include "../events.h"
 #endif
 #endif