Skip to content

Commit 471dd87

Browse files
d-a-vearlephilhower
authored andcommitted
hardwareSerial: add missing include (#5648)
Fix #5644, #include <time.h>
1 parent 2ffd9c9 commit 471dd87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp8266/HardwareSerial.h

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#define HardwareSerial_h
2929

3030
#include <inttypes.h>
31+
#include <time.h>
3132
#include "Stream.h"
3233
#include "uart.h"
3334

0 commit comments

Comments
 (0)