[MERGED] osmo-iuh[master]: test_common: fix compiler warning: include ranap_common.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Nov 23 07:53:45 UTC 2017


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 <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list