mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
drivertool.c: try to fix different includes
This commit is contained in:
@@ -29,11 +29,18 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <coolstream/cs_frontpanel.h>
|
||||
#include <cs_frontpanel.h>
|
||||
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
#ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H
|
||||
#include <coolstream/cs_ir_generic.h>
|
||||
#include <cs_ir_generic.h>
|
||||
#endif
|
||||
#else
|
||||
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
||||
#include <nevis_ir.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef IOC_IR_SET_PRI_PROTOCOL
|
||||
/* unfortunately, the shipped headers seem to be still incomplete...
|
||||
|
Reference in New Issue
Block a user