1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
This commit is contained in:
Markus Sattler 2015-04-19 10:25:25 +02:00
parent 6bcb8198b8
commit 7ceff75e33

View File

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