Skip to content

Commit 2c37445

Browse files
committed
Fix build warning (#740)
1 parent 60775dc commit 2c37445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/esp8266com/esp8266/cores/esp8266/libc_replacements.c

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <limits.h>
3131
#include <errno.h>
3232
#include <string.h>
33+
#include <time.h>
3334

3435
#include "ets_sys.h"
3536
#include "os_type.h"

0 commit comments

Comments
 (0)