Skip to content

Commit 3e42042

Browse files
committed
Fix warning in libc_replacements.c
1 parent 3b2ea52 commit 3e42042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cores/esp8266/libc_replacements.c

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <stddef.h>
2727
#include <stdarg.h>
2828
#include <stdio.h>
29+
#include <stdlib.h>
2930
#include <math.h>
3031
#include <limits.h>
3132
#include <errno.h>

0 commit comments

Comments
 (0)