aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-11 16:21:11 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-14 09:52:31 +0100
commit0b19040eb0ac86bcb52d1db65ddba6217c409696 (patch)
tree4b004e21cdd46e26414d821f568633afed570f29
parent48c038d3992a41ac96e43feae27be8a454506634 (diff)
tests/hnb-test-rua: add missing include
Fix for: error: implicit declaration of function ‘ranap_cn_rx_co’ [-Werror=implicit-function-declaration] Change-Id: I3dbadb63058edc990b49ec803a123292e5eea10f
-rw-r--r--src/tests/hnb-test-rua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/hnb-test-rua.c b/src/tests/hnb-test-rua.c
index a218852..0882515 100644
--- a/src/tests/hnb-test-rua.c
+++ b/src/tests/hnb-test-rua.c
@@ -1,5 +1,6 @@
#include <asn1c/ANY.h>
+#include <osmocom/ranap/ranap_common_cn.h>
#include <osmocom/rua/rua_ies_defs.h>
#include "hnb-test-layers.h"