mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 09:49:19 +08:00
10 lines
113 B
C
10 lines
113 B
C
|
#pragma once
|
||
|
|
||
|
#if MG_ARCH == MG_ARCH_ESP32
|
||
|
|
||
|
#include <dirent.h>
|
||
|
#include <netdb.h>
|
||
|
#define MG_DIRSEP '/'
|
||
|
|
||
|
#endif
|