summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2018-09-15 10:06:29 +0100
committerHolger Freyther <holger@freyther.de>2018-09-16 13:51:29 +0000
commit6b8fd006d4f3f0e28f8f8b185ac2b28659faf4c0 (patch)
tree2bf042fdf783f72a68e145b85fd6faa1cb318530
parent94064583cd422ddb51fdd4fabad17f0cfdbe05b7 (diff)
Add includes so the file can be included by itself
Add missing dependencies to make this file be includeable as the only file. Change-Id: I05b5f689f389b89deb5ff49507486b246111fc59
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/gsm322.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/gsm322.h b/src/host/layer23/include/osmocom/bb/mobile/gsm322.h
index 66bc8522..d4caac99 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/gsm322.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/gsm322.h
@@ -1,6 +1,11 @@
#ifndef _GSM322_H
#define _GSM322_H
+#include <osmocom/bb/common/sysinfo.h>
+
+#include <osmocom/core/linuxlist.h>
+#include <osmocom/core/timer.h>
+
/* 4.3.1.1 List of states for PLMN slection process (automatic mode) */
#define GSM322_A0_NULL 0
#define GSM322_A1_TRYING_RPLMN 1