From d0d204aaa25cb968405b8227007adf91b9939311 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 8 Jun 2018 18:46:04 +0200 Subject: cosmetic / linking: move str_to_imsi() out of abis_rsl.c Move to gsm_04_08_utils.c so that it's possible to use it without linking/stubbing all of RSL. Change-Id: I6e90831d7e618ce3c8e7417082a82c97f6681668 --- src/osmo-bsc/paging.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bsc/paging.c') diff --git a/src/osmo-bsc/paging.c b/src/osmo-bsc/paging.c index 886d28b8b..feb9fea19 100644 --- a/src/osmo-bsc/paging.c +++ b/src/osmo-bsc/paging.c @@ -50,6 +50,7 @@ #include #include #include +#include void *tall_paging_ctx = NULL; -- cgit v1.2.3