summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte2011-08-19 13:28:48 +0200
committerHarald Welte2011-08-19 13:28:48 +0200
commitd4f8f68e16424a6d7bd5cc993bb23ac9800eb4be (patch)
tree43495d8911de53fdfa6c4bce53ab690fbf2d9ccd
parentipaccess: don't close the signalling link if we receive bad OML/RSL message (diff)
downloadlibosmo-abis-d4f8f68e16424a6d7bd5cc993bb23ac9800eb4be.tar.gz
libosmo-abis-d4f8f68e16424a6d7bd5cc993bb23ac9800eb4be.tar.xz
libosmo-abis-d4f8f68e16424a6d7bd5cc993bb23ac9800eb4be.zip
add string.h include to fix compiler warning
-rw-r--r--src/e1_input_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/e1_input_vty.c b/src/e1_input_vty.c
index a8ccabb..aa70805 100644
--- a/src/e1_input_vty.c
+++ b/src/e1_input_vty.c
@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <unistd.h>
+#include <string.h>
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/talloc.h>