From 629417bd10d3308f1ee6fedd5bbb206a259337aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 19 Dec 2014 08:08:47 +0000 Subject: [PATCH] Fix ming32 compilation We need to know what wchar_t and MAX_PATH are. Including common.h takes care of that for us. --- src/win32/path_w32.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win32/path_w32.h b/src/win32/path_w32.h index 1d10166e8..033afbb0f 100644 --- a/src/win32/path_w32.h +++ b/src/win32/path_w32.h @@ -7,6 +7,8 @@ #ifndef INCLUDE_git_path_w32_h__ #define INCLUDE_git_path_w32_h__ +#include "common.h" + /* * Provides a large enough buffer to support Windows paths: MAX_PATH is * 260, corresponding to a maximum path length of 259 characters plus a