Przeglądaj źródła

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

bernard 5 lat temu
rodzic
commit
3670d145ba
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/utilities/ulog/ulog.c

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

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