BIOS: Fix Linux build

This commit is contained in:
Connor McLaughlin 2020-07-31 16:34:25 +10:00
parent 8802177e25
commit 1f9fc6ab74

View file

@ -3,7 +3,6 @@
#include "common/file_system.h" #include "common/file_system.h"
#include "common/log.h" #include "common/log.h"
#include "common/md5_digest.h" #include "common/md5_digest.h"
#include "common/windows_headers.h"
#include "cpu_disasm.h" #include "cpu_disasm.h"
#include <cerrno> #include <cerrno>
Log_SetChannel(BIOS); Log_SetChannel(BIOS);