diff --git a/client/src/session/local/wait.cc b/client/src/session/local/wait.cc index fdb5b42..ea8b1dd 100644 --- a/client/src/session/local/wait.cc +++ b/client/src/session/local/wait.cc @@ -39,7 +39,10 @@ #include "private.h" #include #include - #include + +#ifndef _WIN32 + #include +#endif // _WIN32 /*---[ Implement ]----------------------------------------------------------------------------------*/ -- libgit2 0.21.2