From 852856264283eac1ea7f8eb7be233e49f4ec07a4 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 16 Dec 2014 18:35:23 +0000 Subject: [PATCH] font6x8: Include config.h --- Kernel/font6x8.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/font6x8.c b/Kernel/font6x8.c index 7058a117..44f7c3d5 100644 --- a/Kernel/font6x8.c +++ b/Kernel/font6x8.c @@ -26,6 +26,8 @@ * */ +#include + #ifdef CONFIG_FONT6X8 #define ______ 0x00 -- 2.34.1