From: Johannes Sixt Date: Mon, 19 Apr 2010 07:37:20 +0000 (+0200) Subject: MSVC: Fix build by adding missing termios.h dummy X-Git-Tag: v1.7.0.6~8^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b75686455c0524f167b6a878c124df40db34b325;p=git.git MSVC: Fix build by adding missing termios.h dummy A use of this header file was introduced in eb80042 (Add missing #include to support TIOCGWINSZ on Solaris, 2010-01-11). Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/compat/vcbuild/include/termios.h b/compat/vcbuild/include/termios.h new file mode 100644 index 000000000..0d8552a2c --- /dev/null +++ b/compat/vcbuild/include/termios.h @@ -0,0 +1 @@ +/* Intentionally empty file to support building git with MSVC */