From 634fd81f3deaa6b708178dbfebe0f3f8afc1952f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 14 Jan 2021 11:19:06 +0100 Subject: tests/hnb-test-ranap: Fix missing include for ranap_bcd_decode Change-Id: If8b799777598377048512c338f6384560b445ba3 --- src/tests/hnb-test-ranap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/hnb-test-ranap.c b/src/tests/hnb-test-ranap.c index 3db876c..629726b 100644 --- a/src/tests/hnb-test-ranap.c +++ b/src/tests/hnb-test-ranap.c @@ -1,5 +1,6 @@ #include #include +#include #include "hnb-test-layers.h" -- cgit v1.2.3