Browse Source

ulog:fixed compile err

syslog.c:154:34: error: unknown type name 'uint8_t'
michael 4 years ago
parent
commit
3f3ff458ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/utilities/ulog/syslog/syslog.c

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

@@ -11,6 +11,7 @@
 #include <stdarg.h>
 #include <ulog.h>
 #include <rthw.h>
+#include <stdint.h>
 #include "syslog.h"
 
 #ifdef ULOG_OUTPUT_FLOAT