fix path of bscconfig.h include file
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;