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