mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
Fix file include in apollo libcoolstream headers
This commit is contained in:
@@ -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>
|
||||
|
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user