mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
driver/vfd.h: try to fix libcs headers
This commit is contained in:
@@ -42,7 +42,11 @@
|
|||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <coolstream/cs_frontpanel.h>
|
#ifdef BOXMODEL_APOLLO
|
||||||
|
#include <cs_frontpanel.h>
|
||||||
|
#else
|
||||||
|
#include <cs_vfd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
class CVFD
|
class CVFD
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user