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


No differences found