aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-12-07 12:16:27 +0100
committerHarald Welte <laforge@gnumonks.org>2011-12-07 12:16:27 +0100
commitd318e6160795ac8c339e27d521248144c841f113 (patch)
tree9d809cf75e3ae1eaa1cf83fd098e428d3f270d05 /src/gsm
parentaae236245596743b6aff4b1b294c0e8d97b8190f (diff)
auth_core: add missing string.h include to reduce warnings
Diffstat (limited to 'src/gsm')
-rw-r--r--src/gsm/auth_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/auth_core.c b/src/gsm/auth_core.c
index d0c9f1ca..f790ff5b 100644
--- a/src/gsm/auth_core.c
+++ b/src/gsm/auth_core.c
@@ -22,6 +22,7 @@
#include <errno.h>
#include <stdint.h>
+#include <string.h>
#include <osmocom/core/utils.h>
#include <osmocom/core/linuxlist.h>