aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-08 10:32:31 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-08 10:32:31 +0200
commit4bbe82c9b6de9909b38eec9974fc66928d81ffb1 (patch)
tree2365fe36953b72cfb4bf9dd80536fec1b9f5c556
parent93c031cd06f417bad91a8104df53530c7a87159c (diff)
hdlcsync: adapt to libosmocore namespace changes
-rw-r--r--hdlc/hdlcsync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hdlc/hdlcsync.c b/hdlc/hdlcsync.c
index f33f53f..72c925c 100644
--- a/hdlc/hdlcsync.c
+++ b/hdlc/hdlcsync.c
@@ -7,8 +7,8 @@
#include <sys/stat.h>
#include <fcntl.h>
-#include <osmocore/utils.h>
-#include <osmocore/bits.h>
+#include <osmocom/core/utils.h>
+#include <osmocom/core/bits.h>
#if 0
#define DEBUGP(x, args ...) fprintf(stderr, x, ## args)