* [PATCH] MSVC: Fix build by adding missing termios.h dummy
@ 2010-04-19 7:37 Johannes Sixt
0 siblings, 0 replies; only message in thread
From: Johannes Sixt @ 2010-04-19 7:37 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Marius Storm-Olsen, Git Mailing List
From: Johannes Sixt <j6t@kdbg.org>
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>
---
compat/vcbuild/include/termios.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 compat/vcbuild/include/termios.h
diff --git a/compat/vcbuild/include/termios.h
b/compat/vcbuild/include/termios.h
new file mode 100644
index 0000000..0d8552a
--- /dev/null
+++ b/compat/vcbuild/include/termios.h
@@ -0,0 +1 @@
+/* Intentionally empty file to support building git with MSVC */
--
1.7.1.rc1.1114.g601ca
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-19 7:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19 7:37 [PATCH] MSVC: Fix build by adding missing termios.h dummy Johannes Sixt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).