From 08d52913ce90f48074d90c7d7ca50f637d99ac54 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 11 Jan 2013 14:16:57 +0400 Subject: [PATCH] driver/vfd.h: try to fix libcs headers Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/185abd1a64d2fd5b234bc137e06eabb0ea302ff8 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/driver/vfd.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/driver/vfd.h b/src/driver/vfd.h index 5de521eb1..3047bf8d0 100644 --- a/src/driver/vfd.h +++ b/src/driver/vfd.h @@ -42,7 +42,11 @@ #include #include -#include +#ifdef BOXMODEL_APOLLO +#include +#else +#include +#endif class CVFD {