mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 11:00:58 +02:00
fix(picolibc): fix missed headers in sources
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <sys/random.h>
|
||||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
|
||||
int getentropy(void *buffer, size_t length)
|
||||
{
|
||||
|
Reference in New Issue
Block a user