aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlc.cpp')
-rw-r--r--src/rlc.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/rlc.cpp b/src/rlc.cpp
index d7f06090..a82f550a 100644
--- a/src/rlc.cpp
+++ b/src/rlc.cpp
@@ -18,11 +18,17 @@
#include "bts.h"
#include "gprs_debug.h"
+#include <gprs_coding_scheme.h>
+#include <rlc.h>
-#include <errno.h>
+#include <stdbool.h>
+#include <string.h>
+#include <sys/types.h>
extern "C" {
#include <osmocom/core/utils.h>
+#include <osmocom/core/bitvec.h>
+#include <osmocom/core/logging.h>
}