aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-01-12 16:47:13 +0100
committerMax <msuraev@sysmocom.de>2017-01-13 09:36:25 +0000
commit2f0b0c955b4031a9dd95829322455cf883d40f53 (patch)
tree45cebb56e7dadf4237f2c7dfbd89e03f77bd5f6f
parentc32bfd5824b99b9af14b66d17a58fdf9c3bddb45 (diff)
Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap_test.c
-rw-r--r--src/gsm/gsm0411_utils.c1
-rw-r--r--src/gsm/lapd_core.c1
-rw-r--r--tests/oap/oap_test.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/gsm/gsm0411_utils.c b/src/gsm/gsm0411_utils.c
index 5d18b120..b84c9f25 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 cdd9b568..bf5c388a 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 f7fe0b78..ccf49069 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>