diff options
author | Marius Storm-Olsen <mstormo@gmail.com> | 2009-09-16 10:20:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-18 20:00:42 -0700 |
commit | 55fcb06482c9971d95f3575274a8617c0d9f5d92 (patch) | |
tree | f2129abcbab2728eaab0343f25e35317ca7cd3b9 /compat/vcbuild/include/arpa/inet.h | |
parent | Test for WIN32 instead of __MINGW32_ (diff) | |
download | tgif-55fcb06482c9971d95f3575274a8617c0d9f5d92.tar.xz |
Add empty header files for MSVC port
MSVC lacks many of the header files included by git-compat-util.h; add
blank header files for these instead of going ifdef crazy.
Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/vcbuild/include/arpa/inet.h')
-rw-r--r-- | compat/vcbuild/include/arpa/inet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/vcbuild/include/arpa/inet.h b/compat/vcbuild/include/arpa/inet.h new file mode 100644 index 0000000000..0d8552a2c6 --- /dev/null +++ b/compat/vcbuild/include/arpa/inet.h @@ -0,0 +1 @@ +/* Intentionally empty file to support building git with MSVC */ |