drivertool.c: try to fix different includes

This commit is contained in:
[CST] Focus
2013-01-11 15:14:39 +04:00
parent d3e2a2bdd0
commit 8266597ef1

View File

@@ -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...