aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-23 14:18:42 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-23 14:18:42 +0100
commit8209bc8950979eea9445e1b222b58843fdddc2d0 (patch)
tree834cc9fc840cf44859d099957dda2c40ac67d814 /tests
parentf57a1594b705f93d9711e98e169231929af70966 (diff)
fix some recently-introduced compiler warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/sigtran/sua_client_test.c2
-rw-r--r--tests/sigtran/sua_test_common.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/sigtran/sua_client_test.c b/tests/sigtran/sua_client_test.c
index 0f63528..3a5391f 100644
--- a/tests/sigtran/sua_client_test.c
+++ b/tests/sigtran/sua_client_test.c
@@ -1,7 +1,7 @@
#include "sua_test_common.h"
struct osmo_sua_user *g_user;
-struct sua_link *g_link;
+struct osmo_sua_link *g_link;
static int sccp_sap_up(struct osmo_prim_hdr *oph, void *link)
{
diff --git a/tests/sigtran/sua_test_common.h b/tests/sigtran/sua_test_common.h
index 8ec6599..34524db 100644
--- a/tests/sigtran/sua_test_common.h
+++ b/tests/sigtran/sua_test_common.h
@@ -10,6 +10,7 @@
#include <osmocom/core/prim.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/logging.h>
+#include <osmocom/core/application.h>
#include <osmocom/vty/logging.h>
#include <osmocom/sigtran/sua.h>