mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-26 22:41:03 +08:00
Adopt arch_freertos.h for CCRH compiler
This commit is contained in:
parent
a0f33aebf7
commit
943e1c5f77
@ -183,8 +183,9 @@ extern "C" {
|
||||
#include <string.h>
|
||||
#if defined(__ARMCC_VERSION)
|
||||
#define mode_t size_t
|
||||
#include <time.h>
|
||||
#include <alloca.h>
|
||||
#include <time.h>
|
||||
#elif defined(__CCRH__)
|
||||
#else
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
@ -15,8 +15,9 @@
|
||||
#include <string.h>
|
||||
#if defined(__ARMCC_VERSION)
|
||||
#define mode_t size_t
|
||||
#include <time.h>
|
||||
#include <alloca.h>
|
||||
#include <time.h>
|
||||
#elif defined(__CCRH__)
|
||||
#else
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user