[MERGED] libosmo-sccp[master]: sccp_types.h: Include stdint.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Feb 13 14:36:36 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: sccp_types.h: Include stdint.h
......................................................................


sccp_types.h: Include stdint.h

We're using types like uint8_t, for whcih we need stdint.h

Change-Id: I67a3b94c866e05be32b99566d6f97fbc8a2accad
---
M include/sccp/sccp_types.h
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Holger Freyther: Looks good to me, approved



diff --git a/include/sccp/sccp_types.h b/include/sccp/sccp_types.h
index e1c6612..e1dcfe7 100644
--- a/include/sccp/sccp_types.h
+++ b/include/sccp/sccp_types.h
@@ -24,6 +24,7 @@
 #ifndef SCCP_TYPES_H
 #define SCCP_TYPES_H
 
+#include <stdint.h>
 #include <osmocom/core/endian.h>
 
 /* Table 1/Q.713 - SCCP message types */

-- 
To view, visit https://gerrit.osmocom.org/1807
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I67a3b94c866e05be32b99566d6f97fbc8a2accad
Gerrit-PatchSet: 3
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list