CComponents: fix build, fb_pixel_t and neutrino_locale_t was missed

This commit is contained in:
2013-03-19 07:57:34 +01:00
parent 259b58c829
commit ab00522900
2 changed files with 3 additions and 1 deletions

View File

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

View File

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