Преглед изворни кода

ulog:fixed compile err

syslog.c:154:34: error: unknown type name 'uint8_t'
michael пре 5 година
родитељ
комит
3f3ff458ed
1 измењених фајлова са 1 додато и 0 уклоњено
  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