summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-03 02:39:29 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-03 02:39:29 +0800
commit50d47aeb7208c99dc64da9a2cf11d1b96984c4d5 (patch)
treead43b61f68c31aa7e769563d4d39f256bf7852e6 /src
parent87ef8ec74eb5fff34d7951e1f56120e4577ba7d2 (diff)
msic: Include osmocom/util.h for the hexdump definition
Diffstat (limited to 'src')
-rw-r--r--src/host/layer23/src/common/l1l2_interface.c2
-rw-r--r--src/host/layer23/src/common/sap_interface.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/host/layer23/src/common/l1l2_interface.c b/src/host/layer23/src/common/l1l2_interface.c
index 2298921c..7502303b 100644
--- a/src/host/layer23/src/common/l1l2_interface.c
+++ b/src/host/layer23/src/common/l1l2_interface.c
@@ -25,6 +25,8 @@
#include <osmocom/bb/common/l1ctl.h>
#include <osmocom/bb/common/logging.h>
+#include <osmocore/util.h>
+
#include <sys/socket.h>
#include <sys/un.h>
diff --git a/src/host/layer23/src/common/sap_interface.c b/src/host/layer23/src/common/sap_interface.c
index 13e30097..de5fcf50 100644
--- a/src/host/layer23/src/common/sap_interface.c
+++ b/src/host/layer23/src/common/sap_interface.c
@@ -25,6 +25,8 @@
#include <osmocom/bb/common/osmocom_data.h>
#include <osmocom/bb/common/logging.h>
+#include <osmocore/util.h>
+
#include <sys/socket.h>
#include <sys/un.h>