From c4899207afe23d3edbb644c7aa4e9b0227ebc6f3 Mon Sep 17 00:00:00 2001 From: hsc Date: Thu, 13 Sep 2012 21:27:09 +0000 Subject: [PATCH] ovp: initialization aspect only enabled if OVP is built git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1641 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/ovp/FailOVPInit.ah | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/sal/ovp/FailOVPInit.ah b/src/core/sal/ovp/FailOVPInit.ah index 198fdf6c..ca79042f 100644 --- a/src/core/sal/ovp/FailOVPInit.ah +++ b/src/core/sal/ovp/FailOVPInit.ah @@ -1,6 +1,10 @@ #ifndef __OVPINIT_AH__ #define __OVPINIT_AH__ +#include "config/VariantConfig.hpp" + +#ifdef BUILD_OVP + #include #include "../SALInst.hpp" @@ -14,4 +18,5 @@ aspect FailOVPInit { } }; +#endif // BUILD_OVP #endif // __OVPINIT_AH__