From ddf5a6b9bed79a09a4c70df54bcb2a272ac029ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 16 Jun 2015 11:15:34 +0200 Subject: [PATCH] karo: common: include in karo.h to prevent possible compile errors --- board/karo/common/karo.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/karo/common/karo.h b/board/karo/common/karo.h index aff9f37091..d4f5cdb9e8 100644 --- a/board/karo/common/karo.h +++ b/board/karo/common/karo.h @@ -14,6 +14,9 @@ * GNU General Public License for more details. * */ + +#include + struct fb_videomode; #ifdef CONFIG_SYS_LVDS_IF -- 2.39.2