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

@@ -15,6 +15,7 @@
#include "freertos/semphr.h"
#include <unistd.h>
#include <dirent.h>
#include <time.h>
#include <sys/errno.h>
#include <sys/fcntl.h>
#include <sys/lock.h>