X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fhdr_static_test.c;h=1e30d8675a653ff2191961f874cf4125fa242a90;hb=8c6756d9d6f94beca0bc382f97383ca5e79d16c7;hp=1e503905532f36a45f0855349fc0556205464914;hpb=8790bf0c4f4f08fd05853afa67e211112b344a42;p=ric-plt%2Flib%2Frmr.git diff --git a/test/hdr_static_test.c b/test/hdr_static_test.c index 1e50390..1e30d86 100644 --- a/test/hdr_static_test.c +++ b/test/hdr_static_test.c @@ -1,7 +1,7 @@ // : vi ts=4 sw=4 noet : /* ================================================================================== - Copyright (c) 2019 Nokia + Copyright (c) 2019 Nokia Copyright (c) 2018-2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); @@ -34,6 +34,8 @@ #include #include #include +#include +#include #include #include @@ -41,13 +43,12 @@ #include #include -#include "../src/common/include/rmr.h" -#include "../src/common/include/rmr_agnostic.h" -#include "../src/nng/include/rmr_nng_private.h" +#include "rmr.h" +#include "rmr_agnostic.h" #define EMULATE_NNG -#include "test_nng_em.c" -#include "../src/nng/src/sr_nng_static.c" +#define NNG_UNDER_TEST +#include "sr_nng_static.c" #include "test_support.c"