1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Fix warning in libc_replacements.c

This commit is contained in:
Ivan Grokhotkov 2016-02-04 20:02:47 +03:00
parent 3b2ea52d23
commit 3e42042b86

View File

@ -26,6 +26,7 @@
#include <stddef.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <limits.h>
#include <errno.h>