aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/abis.h
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 /include/osmo-bts/abis.h
parent7241d22867e4a30d1f48fa71ef013fe386d90810 (diff)
Fix include paths and start to make code compile
(still lots of missing references into osmocom-bb code)
Diffstat (limited to 'include/osmo-bts/abis.h')
-rw-r--r--include/osmo-bts/abis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h
index 517c6e72..1862fd6d 100644
--- a/include/osmo-bts/abis.h
+++ b/include/osmo-bts/abis.h
@@ -1,6 +1,9 @@
#ifndef _ABIS_H
#define _ABIS_H
+#include <osmocore/select.h>
+#include <osmocore/timer.h>
+
#define IPA_TCP_PORT_OML 3002
#define IPA_TCP_PORT_RSL 3003