pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-smlc/+/40677?usp=email )
Change subject: cell_locations.h: Fix includes ...................................................................... cell_locations.h: Fix includes No sigtran header is needed as a dependecy in that header. struct gsm0808_cell_id is defined in gsm0808_utils.h. Change-Id: Iceedd7a8c2e050e6631c5f471d2eb71ab8ee2432 --- M include/osmocom/smlc/cell_locations.h 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/77/40677/1 diff --git a/include/osmocom/smlc/cell_locations.h b/include/osmocom/smlc/cell_locations.h index 9712718..5eb5d7e 100644 --- a/include/osmocom/smlc/cell_locations.h +++ b/include/osmocom/smlc/cell_locations.h @@ -23,7 +23,7 @@ #include <stdint.h> #include <osmocom/core/linuxlist.h> -#include <osmocom/sigtran/sccp_sap.h> +#include <osmocom/gsm/gsm0808_utils.h> struct osmo_gad; -- To view, visit https://gerrit.osmocom.org/c/osmo-smlc/+/40677?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-smlc Gerrit-Branch: master Gerrit-Change-Id: Iceedd7a8c2e050e6631c5f471d2eb71ab8ee2432 Gerrit-Change-Number: 40677 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de>