cc_types: add #include <driver/fb_generic.h>

user report: 	try to fix error: »fb_pixel_t« discribes no type

This is a bit strange because this data type
is global configured, see configure.ac


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2015a636dc
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-01-20 (Sat, 20 Jan 2018)



------------------
This commit was generated by Migit
This commit is contained in:
2018-01-20 17:49:57 +01:00
committed by vanhofen
parent a0dc7bae9a
commit 2585c26fce

View File

@@ -29,6 +29,7 @@
#include <stdint.h>
#include <system/localize.h>
#include <driver/neutrino_msg_t.h>
#include <driver/fb_generic.h>
#include <gui/color_custom.h>
#include <vector>
#include <sys/types.h>