From b8109ef87ef9d5332fa16d246b6cf5a6576fe363 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Wed, 24 Jul 2013 19:09:29 +0100 Subject: Add an empty 'unistd.h' to stop the compiler complaining when it gets unnecessarily #included --- msvc_extra_headers/unistd.h.input | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 msvc_extra_headers/unistd.h.input (limited to 'msvc_extra_headers') diff --git a/msvc_extra_headers/unistd.h.input b/msvc_extra_headers/unistd.h.input new file mode 100644 index 0000000000..0f8743b164 --- /dev/null +++ b/msvc_extra_headers/unistd.h.input @@ -0,0 +1,4 @@ +/* +** Emtpy file to prevent Win32 compiler from complaining that the +** file doesn't exist. +*/ -- cgit v1.2.3