diff options
Diffstat (limited to 'src/msgb.c')
-rw-r--r-- | src/msgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,9 +24,9 @@ #include <stdlib.h> #include <sys/types.h> -#include <osmocore/msgb.h> +#include <osmocom/core/msgb.h> //#include <openbsc/gsm_data.h> -#include <osmocore/talloc.h> +#include <osmocom/core/talloc.h> //#include <openbsc/debug.h> void *tall_msgb_ctx; |