misc: Fix the name of the header file for the hexdump...
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 19:22:55 +0000 (03:22 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 19:22:55 +0000 (03:22 +0800)
src/host/layer23/src/common/l1l2_interface.c
src/host/layer23/src/common/sap_interface.c

index 7502303..28356da 100644 (file)
@@ -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>
index de5fcf5..43c41a8 100644 (file)
@@ -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>