Removed #include <unistd.h>, since it isn't needed in this file, and
doesn't exist as far as Visual C is concerned.
This commit is contained in:
parent
cb8e1f2485
commit
2ce179303b
1
physfs.c
1
physfs.c
|
@ -14,7 +14,6 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "physfs.h"
|
#include "physfs.h"
|
||||||
|
|
Loading…
Reference in New Issue