From a0239073fd75489d25575cf3aaf71ab55b416020 Mon Sep 17 00:00:00 2001 From: Florian Tobias Schandinat Date: Sun, 29 Jul 2012 16:47:40 +0000 Subject: [PATCH] da8xx-fb: fix compile issue due to missing include Signed-off-by: Florian Tobias Schandinat --- drivers/video/da8xx-fb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index ca9943aae83b..7ae9d53f2bf1 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include