mirror of
https://github.com/esp8266/Arduino.git
synced 2025-05-12 14:41:29 +03:00
Conflict with pre-included Arduino.h (the indirect includes thereof) (#6853)
* Conflict with pre-included Arduino.h (the indirect includes thereof) resolved. * Include both time.h and sys/time.h
This commit is contained in:
parent
40f5a99d03
commit
22b2687a25
@ -38,6 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <lwip/init.h>
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <osapi.h>
|
||||
#include <os_type.h>
|
||||
@ -133,30 +134,8 @@ static const int year_lengths[2] = {
|
||||
365,
|
||||
366
|
||||
} ;
|
||||
struct tm
|
||||
{
|
||||
int tm_sec;
|
||||
int tm_min;
|
||||
int tm_hour;
|
||||
int tm_mday;
|
||||
int tm_mon;
|
||||
int tm_year;
|
||||
int tm_wday;
|
||||
int tm_yday;
|
||||
int tm_isdst;
|
||||
};
|
||||
|
||||
struct tm res_buf;
|
||||
typedef struct __tzrule_struct
|
||||
{
|
||||
char ch;
|
||||
int m;
|
||||
int n;
|
||||
int d;
|
||||
int s;
|
||||
time_t change;
|
||||
int offset;
|
||||
} __tzrule_type;
|
||||
|
||||
__tzrule_type sntp__tzrule[2];
|
||||
struct tm *
|
||||
|
Loading…
x
Reference in New Issue
Block a user