diff --git a/pcsx2/System.cpp b/pcsx2/System.cpp index 3599fa8c75..70edeb7d9b 100644 --- a/pcsx2/System.cpp +++ b/pcsx2/System.cpp @@ -30,7 +30,10 @@ #include "R5900Exceptions.h" #include "CDVD/CDVD.h" + +#ifndef __LINUX__ #include "svnrev.h" +#endif using namespace std; using namespace Console;