summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-07-24 19:09:29 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-07-24 19:09:29 +0100
commitb8109ef87ef9d5332fa16d246b6cf5a6576fe363 (patch)
treeebcb0f471616e1a9e2026e7a43823e9c3b8ffd99
parent338f53e69a791bba23ddc52e0936b788d615ae17 (diff)
Add an empty 'unistd.h' to stop the compiler complaining when it gets unnecessarily #included
-rw-r--r--msvc_extra_headers/unistd.h.input4
1 files changed, 4 insertions, 0 deletions
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.
+*/