lynxis lazus has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/31/38931/1
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: newchange
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I4b9a9b582854368b3492cb7438b3acb1a9652f9e
Gerrit-Change-Number: 38931
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>