diff options
author | Frank Li <lznuaa@gmail.com> | 2009-09-16 10:20:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-18 20:00:42 -0700 |
commit | 16fe1e03694e75a3923c3a757ec946aa6098aec7 (patch) | |
tree | bfd716656967aff84721e72f18aa9039987759e6 /compat/vcbuild/include/utime.h | |
parent | Add empty header files for MSVC port (diff) | |
download | tgif-16fe1e03694e75a3923c3a757ec946aa6098aec7.tar.xz |
Add MinGW header files to build git with MSVC
Added the header files dirent.h, unistd.h and utime.h
Add alloca.h, which simply includes malloc.h, which defines alloca().
Signed-off-by: Frank Li <lznuaa@gmail.com>
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/utime.h')
-rw-r--r-- | compat/vcbuild/include/utime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/vcbuild/include/utime.h b/compat/vcbuild/include/utime.h new file mode 100644 index 0000000000..8285f38fde --- /dev/null +++ b/compat/vcbuild/include/utime.h @@ -0,0 +1 @@ +#include <sys/utime.h> |