summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-03 03:22:55 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-03 03:22:55 +0800
commit813c098ebd6bf1187e64764f8ed4c2e2980909ba (patch)
tree07608782eec50ffac47b585e3ae304c0d6854d65
parentca5e51df44a80df3aa2e40fa17d5ef57eba1d606 (diff)
misc: Fix the name of the header file for the hexdump...
-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, 2 insertions, 2 deletions
diff --git a/src/host/layer23/src/common/l1l2_interface.c b/src/host/layer23/src/common/l1l2_interface.c
index 7502303b..28356daa 100644
--- a/src/host/layer23/src/common/l1l2_interface.c
+++ b/src/host/layer23/src/common/l1l2_interface.c
@@ -25,7 +25,7 @@
#include <osmocom/bb/common/l1ctl.h>
#include <osmocom/bb/common/logging.h>
-#include <osmocore/util.h>
+#include <osmocore/utils.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 de5fcf50..43c41a8d 100644
--- a/src/host/layer23/src/common/sap_interface.c
+++ b/src/host/layer23/src/common/sap_interface.c
@@ -25,7 +25,7 @@
#include <osmocom/bb/common/osmocom_data.h>
#include <osmocom/bb/common/logging.h>
-#include <osmocore/util.h>
+#include <osmocore/utils.h>
#include <sys/socket.h>
#include <sys/un.h>