From 3070e159c6919d632b37f7ead35792af546f7bc0 Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Mon, 13 Jul 2009 01:30:37 +0000 Subject: [PATCH] Linux compile fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3774 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/SDCardUtil.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Core/Common/Src/SDCardUtil.cpp b/Source/Core/Common/Src/SDCardUtil.cpp index 51a4639c06..90f8451c4a 100644 --- a/Source/Core/Common/Src/SDCardUtil.cpp +++ b/Source/Core/Common/Src/SDCardUtil.cpp @@ -36,6 +36,10 @@ #include #include +#ifndef _WIN32 +#include // for unlink() +#endif + /* believe me, you *don't* want to change these constants !! */ #define BYTES_PER_SECTOR 512 #define RESERVED_SECTORS 32