aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libabis/e1_input_vty.c
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/libabis/e1_input_vty.c
parentc1b2cfafd42dde3001cb5de8f418c9e35d818213 (diff)
fix path of bscconfig.h include file
Diffstat (limited to 'openbsc/src/libabis/e1_input_vty.c')
-rw-r--r--openbsc/src/libabis/e1_input_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libabis/e1_input_vty.c b/openbsc/src/libabis/e1_input_vty.c
index 3909f652f..66bf6555e 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" \