aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-11 16:25:17 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-14 09:52:31 +0100
commit535ada7cfffc709e0a8e96168a0d7f9d3a83ec9b (patch)
tree6c1acc46bf540b6d4f5436ed496f317b2477df9f
parent0b19040eb0ac86bcb52d1db65ddba6217c409696 (diff)
tests/test-hnbap: add missing include
Fix for: test-hnbap.c:174:9: error: implicit declaration of function ‘ranap_set_log_area’ Change-Id: I57fe460b511bccd14e0d0d110104511292963525
-rw-r--r--src/tests/test-hnbap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test-hnbap.c b/src/tests/test-hnbap.c
index 1ba5a56..4857bf1 100644
--- a/src/tests/test-hnbap.c
+++ b/src/tests/test-hnbap.c
@@ -24,6 +24,7 @@
#include <osmocom/hnbap/hnbap_common.h>
#include <osmocom/hnbap/hnbap_ies_defs.h>
+#include <osmocom/ranap/ranap_common.h>
#include "test_common.h"
#include <assert.h>