From 0e0a09c610885b0e4255eff9dfccc7b6b52854c2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Dec 2012 19:03:18 +0100 Subject: [PATCH] osmo-bts: Include lapdm.h to fix autoconf usability test Include the LAPDm header file so the size of struct lapdm_channel is known and gsm_data_shared.h can be included by itself. --- openbsc/include/openbsc/gsm_data_shared.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 3a7539819..fda3b097b 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -19,6 +19,10 @@ #include +#ifndef ROLE_BSC +#include +#endif + struct osmo_bsc_data; struct osmo_bsc_sccp_con;