소스 검색

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