From f365565d8d755067435a75cb386b830076626a0c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 12 Oct 2016 01:48:55 +0200 Subject: iu.h: add missing includes and type defs So far it was included only in files that also include all needed headers, but make it so that it can be included on its own. Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b --- openbsc/include/openbsc/iu.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openbsc/include/openbsc/iu.h b/openbsc/include/openbsc/iu.h index 2155790c1..f45a39d37 100644 --- a/openbsc/include/openbsc/iu.h +++ b/openbsc/include/openbsc/iu.h @@ -1,10 +1,15 @@ #pragma once #include +#include + +#include +#include struct sgsn_pdp_ctx; struct msgb; -struct gprs_ra_id; +struct osmo_sccp_link; +struct gsm_auth_tuple; struct RANAP_RAB_SetupOrModifiedItemIEs_s; struct RANAP_GlobalRNC_ID; -- cgit v1.2.3