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);