diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2015-07-07 00:48:17 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-07-07 00:48:17 +0200 |
| commit | ea445e06028a1192e7e948cc81c87c4b39bc446e (patch) | |
| tree | bd1da56716d690f60c3a3e8d97f3902c41aac5cb /src/win32 | |
| parent | 3c831113ca134b86f52fbc96e5988471f1cace11 (diff) | |
| parent | e069c621bdd62e603b048eb536f5a978a905b310 (diff) | |
| download | libgit2-ea445e06028a1192e7e948cc81c87c4b39bc446e.tar.gz | |
Merge pull request #3288 from ethomson/getenv
git__getenv: utf-8 aware env reader
Diffstat (limited to 'src/win32')
| -rw-r--r-- | src/win32/posix_w32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/posix_w32.c b/src/win32/posix_w32.c index 504562b0e..c909af6cc 100644 --- a/src/win32/posix_w32.c +++ b/src/win32/posix_w32.c @@ -11,6 +11,8 @@ #include "utf-conv.h" #include "repository.h" #include "reparse.h" +#include "global.h" +#include "buffer.h" #include <errno.h> #include <io.h> #include <fcntl.h> |
