From patchwork Tue May 4 19:51:34 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: mtd: map.h: add missing bug.h include Date: Tue, 04 May 2010 09:51:34 -0000 From: Kevin Cernekee X-Patchwork-Id: 51634 Message-Id: To: Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Signed-off-by: Kevin Cernekee --- include/linux/mtd/map.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h index b981b87..01703d4 100644 --- a/include/linux/mtd/map.h +++ b/include/linux/mtd/map.h @@ -7,6 +7,7 @@ #include #include #include +#include #include