diff --git a/src/drivertool.c b/src/drivertool.c index 352fedd1c..5a0b778f1 100644 --- a/src/drivertool.c +++ b/src/drivertool.c @@ -29,11 +29,18 @@ #include #include -#include +#include +#ifdef BOXMODEL_APOLLO #ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H -#include +#include #endif +#else +#ifdef HAVE_COOLSTREAM_NEVIS_IR_H +#include +#endif +#endif + #ifndef IOC_IR_SET_PRI_PROTOCOL /* unfortunately, the shipped headers seem to be still incomplete...