MinGW: fix warning about implicit declaration of _getch()
[gitweb.git] / compat / mingw.c
index e190fddf41d6b15d9254859fca8b638ed7c0f428..12d0c2fd8d1edd54e381fbd670a5ee8d34da286f 100644 (file)
@@ -1,5 +1,6 @@
 #include "../git-compat-util.h"
 #include "win32.h"
+#include <conio.h>
 #include "../strbuf.h"
 
 unsigned int _CRT_fmode = _O_BINARY;