[components][ulog] include stdlib.h for atoi

This commit is contained in:
Old-Ding
2026-06-30 16:12:41 +08:00
committed by Rbb666
parent a89e6c7b4c
commit b118fcab2e
+1
View File
@@ -9,6 +9,7 @@
*/
#include <stdarg.h>
#include <stdlib.h>
#include "ulog.h"
#include "rthw.h"