mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
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:
parent
57e227e4c1
commit
110938668a
@ -1,4 +1,6 @@
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "streamfile.h"
|
||||
#include "util.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user