Linux compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3774 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2009-07-13 01:30:37 +00:00
parent 5cb42673ed
commit 3070e159c6
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
#include <string.h>
#include <errno.h>
#ifndef _WIN32
#include <unistd.h> // for unlink()
#endif
/* believe me, you *don't* want to change these constants !! */
#define BYTES_PER_SECTOR 512
#define RESERVED_SECTORS 32