aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-04 13:53:51 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-04 13:53:51 +0100
commitc08e8be4ee5e1b1948b68b90068a0c5aeb54f60d (patch)
tree2d0db772c79269f16b7d60eb5b9916a59441284f /openbsc
parentc1b2cfafd42dde3001cb5de8f418c9e35d818213 (diff)
fix path of bscconfig.h include file
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libabis/e1_input.c2
-rw-r--r--openbsc/src/libabis/e1_input_vty.c2
-rw-r--r--openbsc/src/libabis/input/dahdi.c2
-rw-r--r--openbsc/src/libbsc/bsc_vty.c2
-rw-r--r--openbsc/src/libcommon/bsc_version.c2
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_main.c2
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/openbsc/src/libabis/e1_input.c b/openbsc/src/libabis/e1_input.c
index e5dd11b94..3b6644eff 100644
--- a/openbsc/src/libabis/e1_input.c
+++ b/openbsc/src/libabis/e1_input.c
@@ -54,7 +54,7 @@
#include <openbsc/signal.h>
#include <openbsc/misdn.h>
-#include "../bscconfig.h"
+#include "../../bscconfig.h"
#define NUM_E1_TS 32
diff --git a/openbsc/src/libabis/e1_input_vty.c b/openbsc/src/libabis/e1_input_vty.c
index 3909f652f..66bf6555e 100644
--- a/openbsc/src/libabis/e1_input_vty.c
+++ b/openbsc/src/libabis/e1_input_vty.c
@@ -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" \
diff --git a/openbsc/src/libabis/input/dahdi.c b/openbsc/src/libabis/input/dahdi.c
index 2fc99f58e..572bb5ae9 100644
--- a/openbsc/src/libabis/input/dahdi.c
+++ b/openbsc/src/libabis/input/dahdi.c
@@ -22,7 +22,7 @@
*
*/
-#include "../../bscconfig.h"
+#include "../../../bscconfig.h"
#ifdef HAVE_DAHDI_USER_H
diff --git a/openbsc/src/libbsc/bsc_vty.c b/openbsc/src/libbsc/bsc_vty.c
index 57a0c2005..c0909db51 100644
--- a/openbsc/src/libbsc/bsc_vty.c
+++ b/openbsc/src/libbsc/bsc_vty.c
@@ -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[] = {
diff --git a/openbsc/src/libcommon/bsc_version.c b/openbsc/src/libcommon/bsc_version.c
index cc1e76449..be5d28c22 100644
--- a/openbsc/src/libcommon/bsc_version.c
+++ b/openbsc/src/libcommon/bsc_version.c
@@ -17,7 +17,7 @@
*
*/
-#include "bscconfig.h"
+#include "../../bscconfig.h"
const char *openbsc_copyright =
"Copyright (C) 2008-2010 Harald Welte, Holger Freyther\r\n"
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c
index 18756e52f..b5f64ab37 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_main.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c
@@ -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;
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index 88814b66d..357ec7ac4 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -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;