Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
MinGW: fix warning about implicit declaration of _getch()
[gitweb.git]
/
compat
/
mingw.c
diff --git
a/compat/mingw.c
b/compat/mingw.c
index e190fddf41d6b15d9254859fca8b638ed7c0f428..12d0c2fd8d1edd54e381fbd670a5ee8d34da286f 100644
(file)
--- a/
compat/mingw.c
+++ b/
compat/mingw.c
@@
-1,5
+1,6
@@
#include "../git-compat-util.h"
#include "win32.h"
+#include <conio.h>
#include "../strbuf.h"
unsigned int _CRT_fmode = _O_BINARY;