JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add stdint include
authorRené Rietz <rrietz@informatik.tu-cottbus.de>
Mon, 25 Nov 2013 15:06:22 +0000 (16:06 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 25 Nov 2013 15:08:01 +0000 (16:08 +0100)
commit08a3eea571f8e81b6820c18d30f9264b6ee6e08b
treefe1c860f59f645e3117ac4772899396295b0d564
parent53474391bcf2122921d27356a70e6da3c78d058e
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.
st.c