Skip to content

Commit

Permalink
Merge pull request nasa#1013 from skliper/fix1012-priv-inc-stub
Browse files Browse the repository at this point in the history
Fix nasa#1012, Include cfe_private.h in stubs
  • Loading branch information
astrogeco authored Nov 13, 2020
2 parents a4f3a4c + d5d7d86 commit c6b2c86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions fsw/cfe-core/ut-stubs/ut_es_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/
#include <string.h>
#include "cfe.h"
#include "private/cfe_private.h"
#include "utstubs.h"
#include "utassert.h"

Expand Down
1 change: 1 addition & 0 deletions fsw/cfe-core/ut-stubs/ut_evs_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/
#include <string.h>
#include "cfe.h"
#include "private/cfe_private.h"
#include "utstubs.h"
#include "uttools.h"

Expand Down
1 change: 1 addition & 0 deletions fsw/cfe-core/ut-stubs/ut_sb_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/
#include <string.h>
#include "cfe.h"
#include "private/cfe_private.h"
#include "utstubs.h"

typedef struct
Expand Down
1 change: 1 addition & 0 deletions fsw/cfe-core/ut-stubs/ut_tbl_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/
#include <string.h>
#include "cfe.h"
#include "private/cfe_private.h"
#include "utstubs.h"

/*
Expand Down
1 change: 1 addition & 0 deletions fsw/cfe-core/ut-stubs/ut_time_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <stdio.h>
#include <string.h>
#include "cfe_time.h"
#include "private/cfe_private.h"
#include "utstubs.h"

/*
Expand Down

0 comments on commit c6b2c86

Please sign in to comment.