[PATCH] 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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Nov 22 02:17:38 UTC 2017


Review at  https://gerrit.osmocom.org/4962

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/62/4962/1

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: newchange
Gerrit-Change-Id: Ice192e1f7f1bdafe0941160f43e573349aaceb75
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list