mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-16 00:43:00 +03:00
Add missing time.h include, use relative include path on time.h includes (#6730)
* Add missing time.h include * Change other includes of time.h as well * Added comment
This commit is contained in:
committed by
Develo
parent
1ec3683ca0
commit
3b1ad418b3
@ -28,7 +28,7 @@
|
||||
#define HardwareSerial_h
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <time.h>
|
||||
#include <../include/time.h> // See issue #6714
|
||||
#include "Stream.h"
|
||||
#include "uart.h"
|
||||
|
||||
|
Reference in New Issue
Block a user