From 9650961c4b25b481bb07363070d6435bfb62f7db Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Fri, 2 Aug 2024 17:09:01 +0200 Subject: [PATCH] includes: add forward declartion of external types Change-Id: Ifbf0a045a6391694155f6627967f2d92b930d765 --- include/osmocom/sgsn/gprs_bssgp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/osmocom/sgsn/gprs_bssgp.h b/include/osmocom/sgsn/gprs_bssgp.h index 0feaa9762..abfe9f197 100644 --- a/include/osmocom/sgsn/gprs_bssgp.h +++ b/include/osmocom/sgsn/gprs_bssgp.h @@ -2,6 +2,9 @@ #include +struct osmo_prim_hdr; +struct sgsn_mm_ctx; + /* Called by bssgp layer when a prim is received from lower layers. */ int sgsn_bssgp_rx_prim(struct osmo_prim_hdr *oph);