[PATCH] 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 03:09:48 UTC 2017


Review at  https://gerrit.osmocom.org/1807

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


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/07/1807/1

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: newchange
Gerrit-Change-Id: I67a3b94c866e05be32b99566d6f97fbc8a2accad
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list