From 6b8fd006d4f3f0e28f8f8b185ac2b28659faf4c0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 15 Sep 2018 10:06:29 +0100 Subject: 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 --- src/host/layer23/include/osmocom/bb/mobile/gsm322.h | 5 +++++ 1 file changed, 5 insertions(+) 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 + +#include +#include + /* 4.3.1.1 List of states for PLMN slection process (automatic mode) */ #define GSM322_A0_NULL 0 #define GSM322_A1_TRYING_RPLMN 1 -- cgit v1.2.3