1
0
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:
Niek van der Maas
2019-11-08 17:16:03 +01:00
committed by Develo
parent 1ec3683ca0
commit 3b1ad418b3
4 changed files with 4 additions and 3 deletions

View File

@ -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"