diff options
author | James Brown | 2006-06-01 15:07:58 +0000 |
---|---|---|
committer | James Brown | 2006-06-01 15:07:58 +0000 |
commit | 1a64d032feb15dde730c3e5e3ed963a69535bf3a (patch) | |
tree | 48f7b48cfec763bde1c31f4bb05094ea22fc22be | |
parent | 5a2fde0baa3d73fab898c19fb8b91e66bd0e8655 (diff) | |
download | scummvm-rg350-1a64d032feb15dde730c3e5e3ed963a69535bf3a.tar.gz scummvm-rg350-1a64d032feb15dde730c3e5e3ed963a69535bf3a.tar.bz2 scummvm-rg350-1a64d032feb15dde730c3e5e3ed963a69535bf3a.zip |
Allow X11 backend to compile
svn-id: r22819
-rw-r--r-- | backends/x11/x11.cpp | 2 |
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> |