Fix file include in apollo libcoolstream headers

Origin commit data
------------------
Commit: 381d25bdcd
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-08-17 (Sat, 17 Aug 2013)
This commit is contained in:
Michael Liebmann
2013-08-17 13:00:28 +02:00
parent cfcb501f37
commit f2e050b425
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
#ifndef __CS_API_H_
#define __CS_API_H_
#include <coolstream/control.h>
#include <control.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdint.h>

View File

@@ -9,8 +9,8 @@
#ifndef __VIDEO_CS_H_
#define __VIDEO_CS_H_
#include <coolstream/cs_frontpanel.h>
#include <coolstream/control.h>
#include <cs_frontpanel.h>
#include <control.h>
#include "cs_types.h"