From: René Rietz Date: Mon, 25 Nov 2013 15:06:22 +0000 (+0100) Subject: Add stdint include X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=08a3eea571f8e81b6820c18d30f9264b6ee6e08b;hp=08a3eea571f8e81b6820c18d30f9264b6ee6e08b;p=st.git Add stdint include Since st is using now int32_t and uint32_t the inclusion of stdint or inttype is mandatory, because in other case the definition of these new types will not be known by the compiler. ---