Fix ming32 compilation

We need to know what wchar_t and MAX_PATH are. Including common.h takes
care of that for us.
This commit is contained in:
Carlos Martín Nieto 2014-12-19 08:08:47 +00:00
parent ddf9d7d455
commit 629417bd10

View File

@ -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