From 4bbe82c9b6de9909b38eec9974fc66928d81ffb1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 8 May 2011 10:32:31 +0200 Subject: [PATCH] hdlcsync: adapt to libosmocore namespace changes --- hdlc/hdlcsync.c | 4 ++-- 1 file 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 #include -#include -#include +#include +#include #if 0 #define DEBUGP(x, args ...) fprintf(stderr, x, ## args)