aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-nitb
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-08-05 13:52:45 +0200
committerDaniel Willmann <daniel@totalueberwachung.de>2011-08-22 19:27:49 +0200
commit4caacdf15f17dcf8d1676e82245546a9fd3655d4 (patch)
treef1a6271d1e5a650a70c8ab024f62ca57caad4c68 /openbsc/src/osmo-nitb
parentb09d1a8fa6c7aa41b06e1f788a595b5b82ff3717 (diff)
osmo-nitb: Fix a warning about undefined reference
Diffstat (limited to 'openbsc/src/osmo-nitb')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index 7135455ab..8aa4aceb3 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -41,6 +41,7 @@
#include <openbsc/vty.h>
#include <openbsc/bss.h>
#include <openbsc/mncc.h>
+#include <openbsc/control_cmd.h>
#include "../../bscconfig.h"