summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/sap_interface.c
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/host/layer23/src/common/sap_interface.c
parent87ef8ec74eb5fff34d7951e1f56120e4577ba7d2 (diff)
msic: Include osmocom/util.h for the hexdump definition
Diffstat (limited to 'src/host/layer23/src/common/sap_interface.c')
-rw-r--r--src/host/layer23/src/common/sap_interface.c2
1 files changed, 2 insertions, 0 deletions
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>