Compilation fix

This commit is contained in:
Nekotekina 2015-03-07 01:24:04 +03:00
parent ef65299dff
commit 428e51b619
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "Emu/SysCalls/SysCalls.h"
#include "Emu/Event.h"
#include "sys_event.h"
#include "sys_timer.h"
SysCallBase sys_timer("sys_timer");