mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-04 01:39:01 +08:00
Fix ESP32 build
This commit is contained in:
parent
3871f4b6ab
commit
25806e48dc
@ -133,6 +133,8 @@ extern "C" {
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <esp_timer.h>
|
||||
|
||||
#define MG_PATH_MAX 128
|
||||
|
||||
#endif
|
||||
|
@ -17,6 +17,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <esp_timer.h>
|
||||
|
||||
#define MG_PATH_MAX 128
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user