bssap.h, subscr_conn.h: fix missing includes

Related: SYS#5560
Change-Id: Ieb048c0f299bca1b194979c26cbeadbc81dee05f
This commit is contained in:
Oliver Smith 2022-03-24 10:53:55 +01:00
parent d9ae50e96d
commit 99dd4efaa2
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#pragma once
#include <osmocom/core/msgb.h>
#include <osmocom/bsc_nat/bsc_nat.h>
int bssap_handle_udt(struct bsc_nat_sccp_inst *sccp_inst, struct osmo_sccp_addr *addr, struct msgb *msgb,

View File

@ -19,6 +19,8 @@
#pragma once
#include <osmocom/bsc_nat/bsc_nat.h>
/* connection for one subscriber */
struct subscr_conn {
struct llist_head list;