aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mncc.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-12-01 22:38:51 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-12-01 23:04:27 +0100
commit98b53cba06d1bff5c876387ad28958c920749f82 (patch)
tree56f074ba072c8199f5bbdb087efa7c96499503f2 /openbsc/include/openbsc/mncc.h
parent81a8bf1039ba0064fda7d59226668cc4c94cc3a5 (diff)
include: Add proper predeclaration for struct in mncc.h
We use them, so declare them. (avoid including all gsm_data.h) Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include/openbsc/mncc.h')
-rw-r--r--openbsc/include/openbsc/mncc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mncc.h b/openbsc/include/openbsc/mncc.h
index cb8339a79..a8e1bb449 100644
--- a/openbsc/include/openbsc/mncc.h
+++ b/openbsc/include/openbsc/mncc.h
@@ -28,6 +28,9 @@
#include <osmocore/linuxlist.h>
#include <osmocore/mncc.h>
+struct gsm_network;
+
+
/* One end of a call */
struct gsm_call {
struct llist_head entry;