summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-25 11:37:28 +0200
committerAndreas Eversberg2011-07-25 11:37:28 +0200
commit042a9564c2891a20dc45aa92a78117912cd55f00 (patch)
tree88c6d20da106f7b01f15ffcdd0172f4d0cb09ef0
parentMake LCR compile with latest osmocomBB code. (diff)
downloadlcr-042a9564c2891a20dc45aa92a78117912cd55f00.tar.gz
lcr-042a9564c2891a20dc45aa92a78117912cd55f00.tar.xz
lcr-042a9564c2891a20dc45aa92a78117912cd55f00.zip
Make LCR compile again with OpenBSC
Added missing include. Thanx to Harald for providing this patch.
-rw-r--r--gsm_bs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsm_bs.h b/gsm_bs.h
index 8a55213..45bf083 100644
--- a/gsm_bs.h
+++ b/gsm_bs.h
@@ -1,5 +1,6 @@
extern "C" {
#include <openbsc/gsm_data.h>
+#include <openbsc/mncc.h>
}
/* GSM port class */