fix(esp_rom): fix libc_stubs.h includes

This commit is contained in:
Alexey Lapshin
2023-08-03 13:35:43 +04:00
parent 932040e08c
commit 9dcc9a73f6
9 changed files with 18 additions and 28 deletions

View File

@@ -11,6 +11,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdarg.h>
#include <time.h>
#include <reent.h>
#include <errno.h>