Add a missing stdlib.h -> malloc.h change for mallinfo
This commit is contained in:
parent
ff0161000f
commit
875828b698
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <nuttx/mm/mm.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue