[MERGED] libosmocore[master]: Fix compilation warnings: missing includes: gsm0411_utils.c, ...

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/.

Max gerrit-no-reply at lists.osmocom.org
Fri Jan 13 09:36:26 UTC 2017


Max has submitted this change and it was merged.

Change subject: Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap_test.c
......................................................................


Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap_test.c

Change-Id: Id524327b3f44e22e3aa44c5e8e4965b084cb326a
---
M src/gsm/gsm0411_utils.c
M src/gsm/lapd_core.c
M tests/oap/oap_test.c
3 files changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gsm/gsm0411_utils.c b/src/gsm/gsm0411_utils.c
index 5d18b12..b84c9f2 100644
--- a/src/gsm/gsm0411_utils.c
+++ b/src/gsm/gsm0411_utils.c
@@ -33,6 +33,7 @@
 #include <osmocom/core/logging.h>
 
 #include <osmocom/gsm/gsm48.h>
+#include <osmocom/gsm/gsm0480.h>
 #include <osmocom/gsm/gsm_utils.h>
 #include <osmocom/gsm/protocol/gsm_03_40.h>
 #include <osmocom/gsm/protocol/gsm_04_11.h>
diff --git a/src/gsm/lapd_core.c b/src/gsm/lapd_core.c
index cdd9b56..bf5c388 100644
--- a/src/gsm/lapd_core.c
+++ b/src/gsm/lapd_core.c
@@ -82,6 +82,7 @@
 #include <osmocom/core/utils.h>
 #include <osmocom/core/talloc.h>
 #include <osmocom/gsm/lapd_core.h>
+#include <osmocom/gsm/rsl.h>
 
 /* TS 04.06 Table 4 / Section 3.8.1 */
 #define LAPD_U_SABM	0x7
diff --git a/tests/oap/oap_test.c b/tests/oap/oap_test.c
index f7fe0b7..ccf4906 100644
--- a/tests/oap/oap_test.c
+++ b/tests/oap/oap_test.c
@@ -21,6 +21,7 @@
  *
  */
 
+#include <osmocom/core/application.h>
 #include <osmocom/core/logging.h>
 #include <osmocom/core/utils.h>
 #include <osmocom/gsm/oap.h>

-- 
To view, visit https://gerrit.osmocom.org/1581
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id524327b3f44e22e3aa44c5e8e4965b084cb326a
Gerrit-PatchSet: 4
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list