data types: use unified type name uint8_t instead u_int8_t

Origin commit data
------------------
Branch: ni/coolstream
Commit: 92adabc04b
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-01-19 (Fri, 19 Jan 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
2018-01-19 21:28:47 +01:00
committed by vanhofen
parent 80121a2175
commit a0dc7bae9a
8 changed files with 35 additions and 34 deletions

View File

@@ -29,7 +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"