tests/hnb-test-ranap: Fix missing include for ranap_bcd_decode

Change-Id: If8b799777598377048512c338f6384560b445ba3
This commit is contained in:
Pau Espin 2021-01-14 11:19:06 +01:00
parent 101fba211a
commit 634fd81f3d
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <osmocom/core/msgb.h>
#include <osmocom/ranap/ranap_ies_defs.h>
#include <osmocom/ranap/iu_helpers.h>
#include "hnb-test-layers.h"