Commit 7db10857 authored by Marko Mikulicic's avatar Marko Mikulicic Committed by rojer

Fix build with clang

    PUBLISHED_FROM=0cec0e6db4f46a76130fa7b6ec955d4151b28aae
parent 7e927b43
......@@ -511,6 +511,9 @@ int mkdir(const char *path, mode_t mode) {
#endif /* CS_ENABLE_SPIFFS */
#endif /* EXCLUDE_COMMON */
/* ISO C requires a translation unit to contain at least one declaration */
typedef int cs_dirent_dummy;
#ifdef MG_MODULE_LINES
#line 0 "./src/../../common/cs_time.c"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment