From 0b19040eb0ac86bcb52d1db65ddba6217c409696 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 11 Nov 2022 16:21:11 +0100 Subject: [PATCH] tests/hnb-test-rua: add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix for: error: implicit declaration of function ‘ranap_cn_rx_co’ [-Werror=implicit-function-declaration] Change-Id: I3dbadb63058edc990b49ec803a123292e5eea10f --- src/tests/hnb-test-rua.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/hnb-test-rua.c b/src/tests/hnb-test-rua.c index a2188521..0882515c 100644 --- a/src/tests/hnb-test-rua.c +++ b/src/tests/hnb-test-rua.c @@ -1,5 +1,6 @@ #include +#include #include #include "hnb-test-layers.h"