mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
add int type includes to cc class
This commit is contained in:
@@ -29,6 +29,7 @@ Basic attributes and member functions for component sub classes
|
||||
#ifndef __N_COMPONENTS__
|
||||
#define __N_COMPONENTS__
|
||||
|
||||
#include <sys/types.h> /* crazy "u_int8_t" instead of plain uint8_t */
|
||||
#include "cc_types.h"
|
||||
#include "cc_base.h"
|
||||
#include "cc_extra.h"
|
||||
|
@@ -25,6 +25,7 @@
|
||||
#define __CC_FORM_H__
|
||||
|
||||
|
||||
#include <sys/types.h> /* crazy "u_int8_t" instead of plain uint8_t */
|
||||
#include "config.h"
|
||||
#include "cc_base.h"
|
||||
#include "cc_item.h"
|
||||
|
@@ -26,6 +26,7 @@
|
||||
#ifndef __CC_TYPES__
|
||||
#define __CC_TYPES__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <system/localize.h>
|
||||
#include <driver/neutrino_msg_t.h>
|
||||
#include <gui/color_custom.h>
|
||||
|
Reference in New Issue
Block a user