aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinh-Quang Nguyen <minh-quang.nguyen@nutaq.com>2017-09-29 08:54:16 -0400
committerDaniel Willmann <dwillmann@sysmocom.de>2019-03-27 14:18:30 +0100
commit4a1796fe76010270abca056ceeb7785bf46e5e3c (patch)
treee202fe2252194e2c383c1c210a6a12372454f507
parentc1e44908fe254a5814a89f23a300e6195b6af739 (diff)
OC-2G: Fix missing header
From-Commit: a9eefb54c62a From-Remote: https://gitlab.com/nrw_noa/osmo-pcu Change-Id: Ida0592c9da74588a57d9d2d5be40fcf79edcb596
-rw-r--r--src/osmo-bts-oc2g/oc2g_l1_if.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-oc2g/oc2g_l1_if.c b/src/osmo-bts-oc2g/oc2g_l1_if.c
index 23661cb6..3855da14 100644
--- a/src/osmo-bts-oc2g/oc2g_l1_if.c
+++ b/src/osmo-bts-oc2g/oc2g_l1_if.c
@@ -31,6 +31,8 @@
#include <osmocom/core/gsmtap.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/timer.h>
+#include <osmocom/gsm/protocol/gsm_04_08.h>
+
#include <gprs_debug.h>
#include <pcu_l1_if.h>
#include <osmocom/pcu/pcuif_proto.h>