1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Fix build warning (#740)

This commit is contained in:
Ivan Grokhotkov 2015-09-30 23:15:55 +03:00
parent 7071cbe576
commit cf424a9290

View File

@ -30,6 +30,7 @@
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <time.h>
#include "ets_sys.h"
#include "os_type.h"