From dd0a8e40a6014a377a25e0078d04c2b3c2b2b25c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 19 Mar 2013 07:57:34 +0100 Subject: [PATCH] CComponents: fix build, fb_pixel_t and neutrino_locale_t was missed Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ab00522900f94b7955a6335bf9a3e912ca6a4c2d Author: Thilo Graf Date: 2013-03-19 (Tue, 19 Mar 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc.h | 1 - src/gui/components/cc_types.h | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/components/cc.h b/src/gui/components/cc.h index 5f6618d77..4d49f9cf7 100644 --- a/src/gui/components/cc.h +++ b/src/gui/components/cc.h @@ -27,7 +27,6 @@ #define __COMPONENTS__ #include "cc_types.h" -#include #include #include #include diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index df2e53b48..32495657c 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -26,6 +26,9 @@ #ifndef __CC_TYPES__ #define __CC_TYPES__ +#include +#include + //required typedefs typedef struct comp_fbdata_t {