add int type includes to cc class

This commit is contained in:
Stefan Seyfried
2018-01-07 18:39:39 +01:00
committed by Thilo Graf
parent 70428a896c
commit 8cf9486fdd
3 changed files with 3 additions and 0 deletions

View File

@@ -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"