msic: Include osmocom/util.h for the hexdump definition
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 18:39:29 +0000 (02:39 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 18:39:29 +0000 (02:39 +0800)
src/host/layer23/src/common/l1l2_interface.c
src/host/layer23/src/common/sap_interface.c

index 2298921..7502303 100644 (file)
@@ -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>
 
index 13e3009..de5fcf5 100644 (file)
@@ -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>