network: <select.h> is not available in MinGW
diff --git a/src/transport_git.c b/src/transport_git.c
index 00f608e..0eec39d 100644
--- a/src/transport_git.c
+++ b/src/transport_git.c
@@ -23,7 +23,9 @@
* Boston, MA 02110-1301, USA.
*/
+#ifndef __MINGW32__
#include <sys/select.h>
+#endif
#include "git2/net.h"
#include "git2/common.h"