Fix to not include missing unistd.h in the Microsoft compiler.

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@187 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
paladine 2008-05-20 19:27:09 +00:00
parent 57e227e4c1
commit 110938668a

View File

@ -1,4 +1,6 @@
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include "streamfile.h"
#include "util.h"