add int type includes to cc class

Origin commit data
------------------
Branch: ni/coolstream
Commit: e803c1cf9f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2018-01-15 19:54:51 +01:00
committed by vanhofen
parent 9dafbaa590
commit add2c84da1
3 changed files with 3 additions and 0 deletions

View File

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