mm/iob/iob_statistics.c: Fix an error found in build testing. Must include nuttx/mm/iob.h.

This commit is contained in:
Gregory Nutt 2019-08-19 11:50:52 -06:00
parent 985dea60a1
commit dd2219c1db

View File

@ -44,13 +44,11 @@
#include <string.h>
#include <debug.h>
#include <nuttx/mm/iob.h>
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_PROCFS) && \
!defined(CONFIG_FS_PROCFS_EXCLUDE_IOBINFO)
/****************************************************************************
* Private Types
****************************************************************************/
/****************************************************************************
* Private Data
****************************************************************************/