Skip to content

Commit eafb0d6

Browse files
committed
HotFix #87, Include cfe.h to use CFE_MSG_FcnCode_t
See also nasa/cFS#351
1 parent 622d4c7 commit eafb0d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fsw/platform_inc/sch_lab_table.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
#ifndef sch_lab_sched_tab_h_
3232
#define sch_lab_sched_tab_h_
3333

34+
#include "cfe.h"
3435
#include "cfe_sb_extern_typedefs.h" /* for CFE_SB_MsgId_t */
3536
#include "cfe_msgids.h"
37+
#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */
3638

3739
/*
3840
** Defines

fsw/tables/sch_lab_table.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include "cfe_tbl_filedef.h" /* Required to obtain the CFE_TBL_FILEDEF macro definition */
2424
#include "sch_lab_table.h"
25-
#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */
2625

2726
/*
2827
** Include headers for message IDs here

0 commit comments

Comments
 (0)