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:
[CST] Focus
2013-01-11 15:14:39 +04:00
parent 9fdd866a08
commit 6d0ed11320

View File

@@ -29,11 +29,18 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <coolstream/cs_frontpanel.h> #include <cs_frontpanel.h>
#ifdef BOXMODEL_APOLLO
#ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H #ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H
#include <coolstream/cs_ir_generic.h> #include <cs_ir_generic.h>
#endif #endif
#else
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
#include <nevis_ir.h>
#endif
#endif
#ifndef IOC_IR_SET_PRI_PROTOCOL #ifndef IOC_IR_SET_PRI_PROTOCOL
/* unfortunately, the shipped headers seem to be still incomplete... /* unfortunately, the shipped headers seem to be still incomplete...