From 8266597ef1459e125548a48c6cd093b8abe40d88 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 11 Jan 2013 15:14:39 +0400 Subject: [PATCH] drivertool.c: try to fix different includes --- src/drivertool.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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...