fix(picolibc): fix missed headers in sources

This commit is contained in:
Alexey Lapshin
2025-05-16 14:02:48 +07:00
parent b6cfb7ecf6
commit e82d51a9ee
13 changed files with 21 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <signal.h>
#include <sys/time.h>
#include "unity.h"
#include "sdkconfig.h"