aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-nitb
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/src/osmo-nitb
parentc1b2cfafd42dde3001cb5de8f418c9e35d818213 (diff)
fix path of bscconfig.h include file
Diffstat (limited to 'openbsc/src/osmo-nitb')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
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;