From 33e2041b289af270fad905b9b6b6ff24f74daed5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 4 Mar 2011 14:18:23 +0100 Subject: Fix include paths and start to make code compile (still lots of missing references into osmocom-bb code) --- include/osmo-bts/abis.h | 3 +++ include/osmo-bts/logging.h | 1 + 2 files changed, 4 insertions(+) (limited to 'include/osmo-bts') 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 +#include + #define IPA_TCP_PORT_OML 3002 #define IPA_TCP_PORT_RSL 3003 diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h index 466d5953..775c969e 100644 --- a/include/osmo-bts/logging.h +++ b/include/osmo-bts/logging.h @@ -19,6 +19,7 @@ enum { DSAP, DABIS, DRTP, + DSUM, }; extern const struct log_info log_info; -- cgit v1.2.3