Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
08a3eea
)
Add stdint include
author
René Rietz <
[email protected]
>
Mon, 25 Nov 2013 15:06:22 +0000
(16:06 +0100)
committer
Roberto E. Vargas Caballero <
[email protected]
>
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