Linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3774 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5cb42673ed
commit
3070e159c6
|
@ -36,6 +36,10 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
|
#include <unistd.h> // for unlink()
|
||||||
|
#endif
|
||||||
|
|
||||||
/* believe me, you *don't* want to change these constants !! */
|
/* believe me, you *don't* want to change these constants !! */
|
||||||
#define BYTES_PER_SECTOR 512
|
#define BYTES_PER_SECTOR 512
|
||||||
#define RESERVED_SECTORS 32
|
#define RESERVED_SECTORS 32
|
||||||
|
|
Loading…
Reference in New Issue