make sure to include gsm_data.h, not gsm_data_shared.h

This commit is contained in:
Harald Welte 2011-06-06 17:52:38 +02:00
parent 3300c01e82
commit 5ac0179f47
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include <osmocom/gsm/abis_nm.h>
#include <osmocom/core/statistics.h>
#include <openbsc/gsm_data_shared.h>
#include <openbsc/gsm_data.h>
static const struct value_string pchan_names[] = {
{ GSM_PCHAN_NONE, "NONE" },