From dc8e3096d6cd4e8eb331acc36142207f4146ea57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sat, 1 Oct 2011 02:09:35 +0200 Subject: [PATCH] Include stdint.h in git2/config.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise MSVC doesn't know what we're talking about when we say int32_t or int64_t. Signed-off-by: Carlos Martín Nieto --- include/git2/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/git2/config.h b/include/git2/config.h index 36647591a..7e709b652 100644 --- a/include/git2/config.h +++ b/include/git2/config.h @@ -9,6 +9,7 @@ #include "common.h" #include "types.h" +#include /** * @file git2/config.h