mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 06:51:04 +08:00
Fix unamalgamated build
This commit is contained in:
parent
1df102ab93
commit
09df542db8
@ -436,6 +436,8 @@ void mg_fs_close(struct mg_fd *fd) {
|
|||||||
#ifdef MG_ENABLE_LINES
|
#ifdef MG_ENABLE_LINES
|
||||||
#line 1 "src/fs_fat.c"
|
#line 1 "src/fs_fat.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if MG_ENABLE_FATFS
|
#if MG_ENABLE_FATFS
|
||||||
#include <ff.h>
|
#include <ff.h>
|
||||||
|
|
||||||
|
@ -163,11 +163,6 @@ static __inline struct tm *localtime_r(const time_t *t, struct tm *tm) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(MG_ENABLE_FF) && MG_ENABLE_FF == 1
|
|
||||||
#include <ff.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#if MG_ARCH == MG_ARCH_FREERTOS_LWIP
|
#if MG_ARCH == MG_ARCH_FREERTOS_LWIP
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#include "fs.h"
|
||||||
|
|
||||||
#if MG_ENABLE_FATFS
|
#if MG_ENABLE_FATFS
|
||||||
#include <ff.h>
|
#include <ff.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user