From 08a3eea571f8e81b6820c18d30f9264b6ee6e08b Mon Sep 17 00:00:00 2001 From: René Rietz Date: Mon, 25 Nov 2013 16:06:22 +0100 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) 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 -- libgit2 1.1.1