laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/38931?usp=email )
Change subject: gtp_internal.h: add missing include to <stdint.h> ...................................................................... gtp_internal.h: add missing include to <stdint.h> Change-Id: I4b9a9b582854368b3492cb7438b3acb1a9652f9e --- M gtp/gtp_internal.h 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/gtp/gtp_internal.h b/gtp/gtp_internal.h index c8f22dc..f04b220 100644 --- a/gtp/gtp_internal.h +++ b/gtp/gtp_internal.h @@ -1,3 +1,5 @@ #pragma once +#include <stdint.h> + uint64_t gtp_imsi_str2gtp(const char *str); -- To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/38931?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-Change-Id: I4b9a9b582854368b3492cb7438b3acb1a9652f9e Gerrit-Change-Number: 38931 Gerrit-PatchSet: 1 Gerrit-Owner: lynxis lazus <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
