Fix file include in apollo libcoolstream headers

This commit is contained in:
Michael Liebmann
2013-08-17 13:00:28 +02:00
parent d1e6260242
commit 381d25bdcd
2 changed files with 3 additions and 3 deletions

View File

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

View File

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