aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/gp32
diff options
context:
space:
mode:
authorDavid Corrales2007-06-04 03:46:56 +0000
committerDavid Corrales2007-06-04 03:46:56 +0000
commit3e7c5b027e2131cde30d994ccdb27c77f0118ffe (patch)
treeb0858f0a62292098230521df75fbae6fcbcc3e9f /backends/fs/gp32
parent0cab5b7791e56b32455748bf20c21f0d6b42f654 (diff)
downloadscummvm-rg350-3e7c5b027e2131cde30d994ccdb27c77f0118ffe.tar.gz
scummvm-rg350-3e7c5b027e2131cde30d994ccdb27c77f0118ffe.tar.bz2
scummvm-rg350-3e7c5b027e2131cde30d994ccdb27c77f0118ffe.zip
Added a missing include in non-POSIX factories.
For the POSIX and Windows architectures, added exists(), isReadable() and isWritable() svn-id: r27073
Diffstat (limited to 'backends/fs/gp32')
-rw-r--r--backends/fs/gp32/gp32-fs-factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/fs/gp32/gp32-fs-factory.h b/backends/fs/gp32/gp32-fs-factory.h
index 22c502d69f..fc15b52bc6 100644
--- a/backends/fs/gp32/gp32-fs-factory.h
+++ b/backends/fs/gp32/gp32-fs-factory.h
@@ -1,6 +1,7 @@
#ifndef GP32_FILESYSTEM_FACTORY_H
#define GP32_FILESYSTEM_FACTORY_H
+#include "common/singleton.h"
#include "backends/fs/abstract-fs-factory.h"
/**