Adapt to the new "osmocom/core/" include path

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2011-04-17 20:21:41 +02:00
parent dc94bba6ac
commit 6d08da3bd3
13 changed files with 18 additions and 18 deletions

View file

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