mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-12-17 13:14:01 +01:00
Adapt to the new "osmocom/core/" include path
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
parent
dc94bba6ac
commit
6d08da3bd3
13 changed files with 18 additions and 18 deletions
|
|
@ -4,9 +4,9 @@
|
|||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <osmocore/msgb.h>
|
||||
#include <osmocore/gsmtap.h>
|
||||
#include <osmocore/bits.h>
|
||||
#include <osmocom/core/msgb.h>
|
||||
#include <osmocom/core/gsmtap.h>
|
||||
#include <osmocom/core/bits.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "tetra_common.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue