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