From dd2219c1db26e94b5e7716d596eb5af9fa0efd85 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 19 Aug 2019 11:50:52 -0600 Subject: [PATCH] mm/iob/iob_statistics.c: Fix an error found in build testing. Must include nuttx/mm/iob.h. --- mm/iob/iob_statistics.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mm/iob/iob_statistics.c b/mm/iob/iob_statistics.c index 460331117e..bd849dc580 100644 --- a/mm/iob/iob_statistics.c +++ b/mm/iob/iob_statistics.c @@ -44,13 +44,11 @@ #include #include +#include + #if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_PROCFS) && \ !defined(CONFIG_FS_PROCFS_EXCLUDE_IOBINFO) -/**************************************************************************** - * Private Types - ****************************************************************************/ - /**************************************************************************** * Private Data ****************************************************************************/