From 6d0ed11320ff1dc5ea11bb8594dfd984057315cd 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8266597ef1459e125548a48c6cd093b8abe40d88 Author: [CST] Focus Date: 2013-01-11 (Fri, 11 Jan 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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...