aboutsummaryrefslogtreecommitdiff
path: root/backends/events
diff options
context:
space:
mode:
authorMax Horn2011-04-29 13:16:02 +0200
committerMax Horn2011-04-29 13:18:42 +0200
commitdbca3045cdb52a0b6b8146405bf2db865899a20f (patch)
treee36087904296710589ec33a6eeb18dd76cb4a6d5 /backends/events
parent7f74c477c62ea63ebce7c27b2c8068263fa14b47 (diff)
downloadscummvm-rg350-dbca3045cdb52a0b6b8146405bf2db865899a20f.tar.gz
scummvm-rg350-dbca3045cdb52a0b6b8146405bf2db865899a20f.tar.bz2
scummvm-rg350-dbca3045cdb52a0b6b8146405bf2db865899a20f.zip
WEBOS: Fix compilation
Diffstat (limited to 'backends/events')
-rw-r--r--backends/events/webossdl/webossdl-events.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/events/webossdl/webossdl-events.cpp b/backends/events/webossdl/webossdl-events.cpp
index fd9628995d..045d077af2 100644
--- a/backends/events/webossdl/webossdl-events.cpp
+++ b/backends/events/webossdl/webossdl-events.cpp
@@ -26,6 +26,7 @@
#ifdef WEBOS
#include "common/scummsys.h"
+#include "common/system.h"
#include "sys/time.h"
#include "time.h"