From 1d69c9fbba2ff6186246eda3bfab7400f9183a92 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Wed, 8 Sep 2021 15:11:45 -0400 Subject: [PATCH] HotFix #87, Include cfe.h to use CFE_MSG_FcnCode_t See also nasa/cFS#351 --- fsw/platform_inc/sch_lab_table.h | 1 + fsw/tables/sch_lab_table.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fsw/platform_inc/sch_lab_table.h b/fsw/platform_inc/sch_lab_table.h index 3e79ef3..65a7614 100644 --- a/fsw/platform_inc/sch_lab_table.h +++ b/fsw/platform_inc/sch_lab_table.h @@ -31,6 +31,7 @@ #ifndef sch_lab_sched_tab_h_ #define sch_lab_sched_tab_h_ +#include "cfe.h" #include "cfe_sb_extern_typedefs.h" /* for CFE_SB_MsgId_t */ #include "cfe_msgids.h" diff --git a/fsw/tables/sch_lab_table.c b/fsw/tables/sch_lab_table.c index 90920b8..ca0abb7 100644 --- a/fsw/tables/sch_lab_table.c +++ b/fsw/tables/sch_lab_table.c @@ -22,7 +22,6 @@ #include "cfe_tbl_filedef.h" /* Required to obtain the CFE_TBL_FILEDEF macro definition */ #include "sch_lab_table.h" -#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */ /* ** Include headers for message IDs here