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

Add missing header

This commit is contained in:
Ivan Grokhotkov 2015-07-06 12:20:20 +03:00
parent bd5187afc4
commit 93f954d363

View File

@ -23,6 +23,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include "stdlib_noniso.h" #include "stdlib_noniso.h"
#include "ets_sys.h" #include "ets_sys.h"