Explorar el Código

fix the ulog build error

zengfan hace 5 años
padre
commit
a5925b74e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"