aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/support.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-04 14:18:23 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-04 14:18:23 +0100
commit33e2041b289af270fad905b9b6b6ff24f74daed5 (patch)
tree18061396a6be58cd262d18b886d08e8949669910 /src/common/support.c
parent7241d22867e4a30d1f48fa71ef013fe386d90810 (diff)
Fix include paths and start to make code compile
(still lots of missing references into osmocom-bb code)
Diffstat (limited to 'src/common/support.c')
-rw-r--r--src/common/support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/support.c b/src/common/support.c
index 1bee3e12..45f33b88 100644
--- a/src/common/support.c
+++ b/src/common/support.c
@@ -20,9 +20,9 @@
#include <sys/types.h>
#include <string.h>
-#include <osmocom/bb/common/osmocom_data.h>
-#include <osmocom/bb/bts/support.h>
#include <osmocore/protocol/gsm_12_21.h>
+//#include <osmocom/bb/common/osmocom_data.h>
+#include <osmo-bts/support.h>
struct bts_support bts_support;