Просмотр исходного кода

!85 修正ulog的编译错误
Merge pull request !85 from zengfanpepipig/fixulogerror

bernard 5 лет назад
Родитель
Сommit
3670d145ba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/utilities/ulog/ulog.c

+ 1 - 1
components/utilities/ulog/ulog.c

@@ -7,7 +7,7 @@
  * Date           Author       Notes
  * 2018-08-25     armink       the first version
  */
-
+#include <stdlib.h>
 #include <stdarg.h>
 #include "ulog.h"
 #include "rthw.h"