From 356e71850bf404ac0258dcc336b1dd745ea6568b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 20 Apr 2017 16:18:57 -0600 Subject: [PATCH] IOB: A file needed to include iob.h --- drivers/iob/iob_dump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/iob/iob_dump.c b/drivers/iob/iob_dump.c index fce3f2f17e5..470ba740ac9 100644 --- a/drivers/iob/iob_dump.c +++ b/drivers/iob/iob_dump.c @@ -44,6 +44,8 @@ #include +#include "iob.h" + #ifdef CONFIG_DEBUG_FEATURES /****************************************************************************