summaryrefslogtreecommitdiff
path: root/compat/vcbuild/include/utime.h
diff options
context:
space:
mode:
authorFrank Li <lznuaa@gmail.com>2009-09-16 08:20:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-19 03:00:42 (GMT)
commit16fe1e03694e75a3923c3a757ec946aa6098aec7 (patch)
treebfd716656967aff84721e72f18aa9039987759e6 /compat/vcbuild/include/utime.h
parent55fcb06482c9971d95f3575274a8617c0d9f5d92 (diff)
downloadgit-16fe1e03694e75a3923c3a757ec946aa6098aec7.zip
git-16fe1e03694e75a3923c3a757ec946aa6098aec7.tar.gz
git-16fe1e03694e75a3923c3a757ec946aa6098aec7.tar.bz2
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.h1
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 0000000..8285f38
--- /dev/null
+++ b/compat/vcbuild/include/utime.h
@@ -0,0 +1 @@
+#include <sys/utime.h>