mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
drivertool.c: try to fix different includes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8266597ef1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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