fix path of bscconfig.h include file
diff --git a/openbsc/src/libabis/e1_input.c b/openbsc/src/libabis/e1_input.c
index e5dd11b..3b6644e 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 3909f65..66bf655 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 2fc99f5..572bb5a 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 57a0c20..c0909db 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 cc1e764..be5d28c 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 18756e5..b5f64ab 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 88814b6..357ec7a 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;