Skip to content

Commit

Permalink
Fix nasa#1012, Include cfe_private.h in stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Nov 12, 2020
1 parent 9804b59 commit d5d7d86
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 d5d7d86

Please sign in to comment.