aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJames Brown2006-06-01 15:07:58 +0000
committerJames Brown2006-06-01 15:07:58 +0000
commit1a64d032feb15dde730c3e5e3ed963a69535bf3a (patch)
tree48f7b48cfec763bde1c31f4bb05094ea22fc22be /backends
parent5a2fde0baa3d73fab898c19fb8b91e66bd0e8655 (diff)
downloadscummvm-rg350-1a64d032feb15dde730c3e5e3ed963a69535bf3a.tar.gz
scummvm-rg350-1a64d032feb15dde730c3e5e3ed963a69535bf3a.tar.bz2
scummvm-rg350-1a64d032feb15dde730c3e5e3ed963a69535bf3a.zip
Allow X11 backend to compile
svn-id: r22819
Diffstat (limited to 'backends')
-rw-r--r--backends/x11/x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/x11/x11.cpp b/backends/x11/x11.cpp
index 915316a682..8039bd8c26 100644
--- a/backends/x11/x11.cpp
+++ b/backends/x11/x11.cpp
@@ -27,7 +27,7 @@
#include "common/scummsys.h"
#include "common/system.h"
#include "common/util.h"
-
+#include "base/main.h"
#include "backends/intern.h"
#include <stdio.h>