Fix Windows again.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@690 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2009-02-03 21:22:08 +00:00 committed by Gregory Hainaut
parent 1de54165b5
commit 3fcb3a4143
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include "RDebug/deci2.h"
#else
#include <sys/time.h>
#include "DebugTools/Debug.h"
#endif
#include <cstdarg>
@ -34,9 +35,9 @@
using namespace R5900;
FILE *emuLog;
u32 varLog;
#ifdef PCSX2_DEVBUILD
u32 varLog;
// these used by the depreciated _old_Log only
u16 logProtocol;