summaryrefslogtreecommitdiffstats
path: root/gsm_ms.h
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-20 12:57:59 +0200
committerAndreas Eversberg2011-07-20 12:59:35 +0200
commit39a36cb99a6dba1441a7a4b51914e0dadf3a7ae8 (patch)
tree2b2bae0c0c348848535251ac1afebbf5b328d129 /gsm_ms.h
parentDon't try to install default/gsm.conf as it was removed. (diff)
downloadlcr-39a36cb99a6dba1441a7a4b51914e0dadf3a7ae8.tar.gz
lcr-39a36cb99a6dba1441a7a4b51914e0dadf3a7ae8.tar.xz
lcr-39a36cb99a6dba1441a7a4b51914e0dadf3a7ae8.zip
Make LCR compile with latest osmocomBB code.
The libosmocore structure has changed.
Diffstat (limited to 'gsm_ms.h')
-rw-r--r--gsm_ms.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsm_ms.h b/gsm_ms.h
index 822f0a6..e30f2fd 100644
--- a/gsm_ms.h
+++ b/gsm_ms.h
@@ -1,3 +1,6 @@
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
extern "C" {
#include <osmocom/bb/common/osmocom_data.h>
#include <osmocom/bb/mobile/mncc.h>