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