From 185abd1a64d2fd5b234bc137e06eabb0ea302ff8 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 --- 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 {