Add a missing stdlib.h -> malloc.h change for mallinfo

This commit is contained in:
YAMAMOTO Takashi 2020-06-15 23:37:11 +09:00 committed by patacongo
parent ff0161000f
commit 875828b698
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include <nuttx/config.h>
#include <stdlib.h>
#include <malloc.h>
#include <nuttx/mm/mm.h>