Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cov_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git clone https://github.com/rdkcentral/iarmmgrs.git

cd ${ROOT}
rm -rf telemetry
git clone https://github.com/rdkcentral/telemetry.git
git clone https://github.com/rdkcentral/telemetry.git -b feature/fix-RDK-60497
cd telemetry
sh build_inside_container.sh

Expand Down
1 change: 1 addition & 0 deletions dcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <fcntl.h>
#include <time.h>


#include "dcm_types.h"
#include "dcm_utils.h"
#include "dcm_parseconf.h"
Expand Down