nat: Fix compiler warning about unknown prototype

bsc_nat_ctrl.c: In function ‘set_net_cfg_cmd’:
bsc_nat_ctrl.c:360:3: warning: implicit declaration of function ‘bsc_replace_string’ [-Wimplicit-function-declaration]
   bsc_replace_string(bsc_cfg, &bsc_cfg->acc_lst_name, cmd->value);
   ^
This commit is contained in:
Holger Hans Peter Freyther 2014-08-29 10:58:12 +02:00
parent fcc30a3df7
commit cd48525ecb
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <openbsc/ctrl.h>
#include <openbsc/bsc_nat.h>
#include <openbsc/vty.h>
#include <unistd.h>
#include <string.h>