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
This commit is contained in:
Neels Hofmeyr
2016-10-12 01:48:55 +02:00
parent e90baa384d
commit f365565d8d

View File

@@ -1,10 +1,15 @@
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include <osmocom/core/linuxlist.h>
#include <osmocom/gsm/gsm48.h>
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;