From c6ed1c3ae8a34688a31cfa43e033e2e6ac73bf13 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 20 Nov 2017 22:41:21 +0100 Subject: test_common: fix compiler warning: include ranap_common.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test_common.c:85:2: warning: implicit declaration of function ‘ranap_set_log_area’ Change-Id: Ice192e1f7f1bdafe0941160f43e573349aaceb75 --- src/tests/test_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/tests/test_common.c b/src/tests/test_common.c index 0af8ceb..eeb0bec 100644 --- a/src/tests/test_common.c +++ b/src/tests/test_common.c @@ -37,6 +37,8 @@ #include #include +#include + #include void *talloc_asn1_ctx; -- cgit v1.2.3