mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
mem: Include stdio.h
Memory overflow checks uses snprintf. Reported in bug #63904.
This commit is contained in:
parent
6f700a157d
commit
339372919a
@ -60,6 +60,7 @@
|
||||
#include "lwip/stats.h"
|
||||
#include "lwip/err.h"
|
||||
|
||||
#include <stdio.h> /* snprintf */
|
||||
#include <string.h>
|
||||
|
||||
#if MEM_LIBC_MALLOC
|
||||
|
Loading…
Reference in New Issue
Block a user