fs/procfs/fs_procfsiobinfo.c: Fix error found in build testing. Needs to include nuttx/mm/iob.h.

This commit is contained in:
Gregory Nutt 2019-08-19 12:16:43 -06:00
parent 6077591079
commit 425a2d1b2c

View File

@ -54,9 +54,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/pgalloc.h>
#include <nuttx/progmem.h>
#include <nuttx/mm/mm.h>
#include <nuttx/mm/iob.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/procfs.h>