hdlcsync: adapt to libosmocore namespace changes
parent
93c031cd06
commit
4bbe82c9b6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue