aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 07:54:02 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 07:54:02 +0200
commit34e97495a600cb5c724e68248d059e0c83e88d82 (patch)
treea626dd021a58d391a706b0b4b9bc46c8885bd8dd /openbsc/src/vty_interface.c
parentd2aba2774478bf64b3c6034104eba2b53d9fd442 (diff)
misc: Add prototypes to header files, include more header files
Fix various warnings about implicit declarations of functions.
Diffstat (limited to 'openbsc/src/vty_interface.c')
-rw-r--r--openbsc/src/vty_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 05b0070a1..1fe65df66 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -31,6 +31,7 @@
#include <openbsc/linuxlist.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
+#include <openbsc/gsm_04_11.h>
#include <openbsc/e1_input.h>
#include <openbsc/abis_nm.h>
#include <openbsc/gsm_utils.h>