From 87ba8aa5966602ffe36b1e0fb56b9948316c61bf Mon Sep 17 00:00:00 2001 From: mahi Date: Thu, 13 Sep 2012 14:19:50 +0200 Subject: [PATCH] WdgM: Corrected include when service component was used. --- include/WdgM.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/WdgM.h b/include/WdgM.h index dcafadd6..6e0c9f34 100644 --- a/include/WdgM.h +++ b/include/WdgM.h @@ -26,11 +26,13 @@ #define WDGM_SW_PATCH_VERSION 0 #include "Std_Types.h" + /* "forward" declare types due to circular dependency chain */ +#ifndef CFG_WDGM_USE_SERVICE_COMPONENT typedef uint8 WdgM_SupervisedEntityIdType; +#endif typedef uint8 WdgM_ModeType; - #include "WdgM_Cfg.h" // API Service ID's -- 2.39.2