mirror of
https://github.com/git/git.git
synced 2026-02-16 12:52:35 +00:00
getch is declared in conio.h, which was only included from compat/mingw.c and compat/msvc.c. Fix this, by moving the inclusion of getch to git-compat-util.h instead. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>