fix path of bscconfig.h include file

This commit is contained in:
Harald Welte 2011-03-04 13:53:51 +01:00
parent c1b2cfafd4
commit c08e8be4ee
7 changed files with 7 additions and 7 deletions

View File

@ -54,7 +54,7 @@
#include <openbsc/signal.h>
#include <openbsc/misdn.h>
#include "../bscconfig.h"
#include "../../bscconfig.h"
#define NUM_E1_TS 32

View File

@ -36,7 +36,7 @@
#include <openbsc/vty.h>
#include <openbsc/debug.h>
#include "../bscconfig.h"
#include "../../bscconfig.h"
#define E1_DRIVER_NAMES "(misdn|dahdi)"
#define E1_DRIVER_HELP "mISDN supported E1 Card\n" \

View File

@ -22,7 +22,7 @@
*
*/
#include "../../bscconfig.h"
#include "../../../bscconfig.h"
#ifdef HAVE_DAHDI_USER_H

View File

@ -50,7 +50,7 @@
#include <openbsc/osmo_msc_data.h>
#include <openbsc/osmo_bsc_rf.h>
#include "../bscconfig.h"
#include "../../bscconfig.h"
/* FIXME: this should go to some common file */
static const struct value_string gprs_ns_timer_strs[] = {

View File

@ -17,7 +17,7 @@
*
*/
#include "bscconfig.h"
#include "../../bscconfig.h"
const char *openbsc_copyright =
"Copyright (C) 2008-2010 Harald Welte, Holger Freyther\r\n"

View File

@ -41,7 +41,7 @@
#include <unistd.h>
#include "bscconfig.h"
#include "../../bscconfig.h"
static struct log_target *stderr_target;
struct gsm_network *bsc_gsmnet = 0;

View File

@ -40,7 +40,7 @@
#include <openbsc/sms_queue.h>
#include <openbsc/vty.h>
#include "../bscconfig.h"
#include "../../bscconfig.h"
/* MCC and MNC for the Location Area Identifier */
static struct log_target *stderr_target;