diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-19 01:28:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-19 01:28:27 -0700 |
commit | 8165952517bf82b6a632cefc047ad14f36a74b25 (patch) | |
tree | 22c79015535b9407a5a83ab49b454650d780b763 /compat | |
parent | 03aa87ed9912a6beac1a23e69ef0b70e1589d3d0 (diff) | |
parent | b75686455c0524f167b6a878c124df40db34b325 (diff) | |
download | git-8165952517bf82b6a632cefc047ad14f36a74b25.tar.gz git-8165952517bf82b6a632cefc047ad14f36a74b25.tar.xz |
Merge branch 'maint-1.6.6' into maint
* maint-1.6.6:
MSVC: Fix build by adding missing termios.h dummy
Diffstat (limited to 'compat')
-rw-r--r-- | compat/vcbuild/include/termios.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |