mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Squash warns for rp2040 builds
This commit is contained in:
parent
81ffcd8ee9
commit
2ccc4acf34
@ -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
|
||||
|
||||
|
||||
|
@ -9,4 +9,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <pico/stdlib.h>
|
||||
int mkdir(const char *, mode_t);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user