Add an empty 'unistd.h' to stop the compiler complaining when it gets unnecessarily #included

This commit is contained in:
John Emmas 2013-07-24 19:09:29 +01:00
parent 338f53e69a
commit b8109ef87e

View File

@ -0,0 +1,4 @@
/*
** Emtpy file to prevent Win32 compiler from complaining that the
** file doesn't exist.
*/