Skip to content

Commit

Permalink
Fix #711, Add msg API header to cfe.h
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Aug 12, 2020
1 parent ff5f19b commit cd3742f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fsw/cfe-core/src/inc/cfe.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
#include "cfe_time.h" /* Define Time Service API */
#include "cfe_tbl.h" /* Define Table Service API */

#include "cfe_msg_api.h" /* Define Message API */

#include "cfe_psp.h" /* Define Platform Support Package API */

#endif /* _cfe_ */

0 comments on commit cd3742f

Please sign in to comment.