pespin has uploaded this change for review.
rlcmac: rlcmac_dec.c: Add missing headers
Change-Id: Ie7fc1a8b101d8ee978a6a770ffe0190fb0de605a
---
M src/rlcmac/rlcmac_dec.c
1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/52/31752/1
diff --git a/src/rlcmac/rlcmac_dec.c b/src/rlcmac/rlcmac_dec.c
index 2978400..c775ff3 100644
--- a/src/rlcmac/rlcmac_dec.c
+++ b/src/rlcmac/rlcmac_dec.c
@@ -23,10 +23,14 @@
#include <osmocom/core/logging.h>
+#include <osmocom/gsm/gsm0502.h>
+#include <osmocom/gsm/gsm_utils.h>
+
#include <osmocom/gprs/rlcmac/rlcmac_private.h>
#include <osmocom/gprs/rlcmac/rlcmac_dec.h>
#include <osmocom/gprs/rlcmac/rlc.h>
#include <osmocom/gprs/rlcmac/rlc_window_ul.h>
+#include <osmocom/gprs/rlcmac/sched.h>
#define LENGTH_TO_END 255
/*!
To view, visit change 31752. To unsubscribe, or for help writing mail filters, visit settings.