Skip to content

Commit

Permalink
Merge pull request #156 from jphickey:fix-155-includefix
Browse files Browse the repository at this point in the history
Fix #155, correct inclusion for SCH_LAB example table
  • Loading branch information
dzbaker committed Dec 12, 2023
2 parents 5f5ce8d + 0dd89d2 commit a9f5bdc
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 a9f5bdc

Please sign in to comment.