Skip to content

Commit

Permalink
Fix #155, correct inclusion for SCH_LAB example table
Browse files Browse the repository at this point in the history
The SCH_LAB table references the CFE msgids but did not
explicitly include this header.
  • Loading branch information
jphickey committed Dec 7, 2023
1 parent 5f5ce8d commit 0dd89d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fsw/tables/sch_lab_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@

#include "cfe_tbl_filedef.h" /* Required to obtain the CFE_TBL_FILEDEF macro definition */
#include "sch_lab_tbl.h"
#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */
#include "cfe_sb_api_typedefs.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */

/* This is for the standard set of CFE core app MsgID values */
#include "cfe_msgids.h"

#ifdef HAVE_CI_LAB
#include "ci_lab_msgids.h"
Expand Down

0 comments on commit 0dd89d2

Please sign in to comment.