From: René Rietz Date: Mon, 25 Nov 2013 15:06:22 +0000 (+0100) Subject: Add stdint include X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=08a3eea571f8e81b6820c18d30f9264b6ee6e08b 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. --- diff --git a/st.c b/st.c index 8f1b8d8..91eb2cc 100644 --- a/st.c +++ b/st.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include