From 3ef7d06302b97a24167cd1ceafeb08b871df1751 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Tue, 30 Aug 2011 13:10:26 +0200 Subject: [PATCH] network: is not available in MinGW --- src/transport_git.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/transport_git.c b/src/transport_git.c index 00f608ec9..0eec39df2 100644 --- a/src/transport_git.c +++ b/src/transport_git.c @@ -23,7 +23,9 @@ * Boston, MA 02110-1301, USA. */ +#ifndef __MINGW32__ #include +#endif #include "git2/net.h" #include "git2/common.h"