Harald Welte has submitted this change and it was merged. Change subject: test_common: fix compiler warning: include ranap_common.h ......................................................................
test_common: fix compiler warning: include ranap_common.h test_common.c:85:2: warning: implicit declaration of function ‘ranap_set_log_area’ Change-Id: Ice192e1f7f1bdafe0941160f43e573349aaceb75 --- M src/tests/test_common.c 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/src/tests/test_common.c b/src/tests/test_common.c index 0af8ceb..eeb0bec 100644 --- a/src/tests/test_common.c +++ b/src/tests/test_common.c @@ -37,6 +37,8 @@ #include <osmocom/core/talloc.h> #include <osmocom/core/logging.h> +#include <osmocom/ranap/ranap_common.h> + #include <osmocom/iuh/hnbgw.h> void *talloc_asn1_ctx; -- To view, visit https://gerrit.osmocom.org/4962 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ice192e1f7f1bdafe0941160f43e573349aaceb75 Gerrit-PatchSet: 1 Gerrit-Project: osmo-iuh Gerrit-Branch: master Gerrit-Owner: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder
