mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -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>
|
||||||
|
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user