hdlcsync: adapt to libosmocore namespace changes

This commit is contained in:
Harald Welte 2011-05-08 10:32:31 +02:00
parent 93c031cd06
commit 4bbe82c9b6
1 changed files with 2 additions and 2 deletions

View File

@ -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)