From 7d75eb7f208c77a026f8a978a356f4a37096768a Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 24 Aug 2020 13:50:43 -0300 Subject: [PATCH] Fixing windows build. --- client/src/session/local/wait.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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