test_common: fix compiler warning: include ranap_common.h

test_common.c:85:2: warning: implicit declaration of function ‘ranap_set_log_area’

Change-Id: Ice192e1f7f1bdafe0941160f43e573349aaceb75
This commit is contained in:
Neels Hofmeyr 2017-11-20 22:41:21 +01:00
parent 54df0a1095
commit c6ed1c3ae8
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
#include <osmocom/core/talloc.h>
#include <osmocom/core/logging.h>
#include <osmocom/ranap/ranap_common.h>
#include <osmocom/iuh/hnbgw.h>
void *talloc_asn1_ctx;