CComponents: fix build, fb_pixel_t and neutrino_locale_t was missed

Origin commit data
------------------
Branch: ni/coolstream
Commit: ab00522900
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-19 (Tue, 19 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-03-19 07:57:34 +01:00
parent 32668a3643
commit dd0a8e40a6
2 changed files with 3 additions and 1 deletions

View File

@@ -27,7 +27,6 @@
#define __COMPONENTS__ #define __COMPONENTS__
#include "cc_types.h" #include "cc_types.h"
#include <driver/framebuffer.h>
#include <gui/widget/textbox.h> #include <gui/widget/textbox.h>
#include <vector> #include <vector>
#include <string> #include <string>

View File

@@ -26,6 +26,9 @@
#ifndef __CC_TYPES__ #ifndef __CC_TYPES__
#define __CC_TYPES__ #define __CC_TYPES__
#include <driver/framebuffer.h>
#include <system/localize.h>
//required typedefs //required typedefs
typedef struct comp_fbdata_t typedef struct comp_fbdata_t
{ {