From 55fcb06482c9971d95f3575274a8617c0d9f5d92 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Wed, 16 Sep 2009 10:20:23 +0200 Subject: 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 Acked-by: Johannes Sixt Signed-off-by: Junio C Hamano --- compat/vcbuild/include/sys/ioctl.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 compat/vcbuild/include/sys/ioctl.h (limited to 'compat/vcbuild/include/sys/ioctl.h') diff --git a/compat/vcbuild/include/sys/ioctl.h b/compat/vcbuild/include/sys/ioctl.h new file mode 100644 index 000000000..0d8552a2c --- /dev/null +++ b/compat/vcbuild/include/sys/ioctl.h @@ -0,0 +1 @@ +/* Intentionally empty file to support building git with MSVC */ -- cgit v1.2.1