Squash warns for rp2040 builds

This commit is contained in:
Sergey Lyubka 2022-07-04 11:10:08 +01:00
parent 81ffcd8ee9
commit 2ccc4acf34
2 changed files with 6 additions and 0 deletions

View File

@ -330,6 +330,9 @@ struct timeval {
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <pico/stdlib.h>
int mkdir(const char *, mode_t);
#endif

View File

@ -9,4 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <pico/stdlib.h>
int mkdir(const char *, mode_t);
#endif