Skip to content

Commit 1d69c9f

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fsw/platform_inc/sch_lab_table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
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"
3637

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)