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
This commit is contained in:
Oliver Smith 2022-11-11 16:21:11 +01:00
parent 48c038d399
commit 0b19040eb0
1 changed files with 1 additions and 0 deletions

View File

@ -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"