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 <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Sixt 2010-04-19 09:37:20 +02:00 committed by Junio C Hamano
parent 476386858c
commit b75686455c

View file

@ -0,0 +1 @@
/* Intentionally empty file to support building git with MSVC */