Browse Source

fix the ulog build error

zengfan 5 years ago
parent
commit
a5925b74e1
1 changed files with 1 additions and 1 deletions
  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"