mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
* Fix include path for moved header files
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#ifndef __CS_API_H_
|
||||
#define __CS_API_H_
|
||||
|
||||
#include <coolstream/control.h>
|
||||
#include <control.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
typedef void (*cs_messenger) (unsigned int msg, unsigned int data);
|
||||
|
@@ -9,8 +9,8 @@
|
||||
#ifndef __VIDEO_CS_H_
|
||||
#define __VIDEO_CS_H_
|
||||
|
||||
#include <coolstream/cs_vfd.h>
|
||||
#include <coolstream/control.h>
|
||||
#include <cs_vfd.h>
|
||||
#include <control.h>
|
||||
|
||||
#include "cs_types.h"
|
||||
|
||||
|
Reference in New Issue
Block a user