diff options
author | David Corrales | 2007-06-04 03:46:56 +0000 |
---|---|---|
committer | David Corrales | 2007-06-04 03:46:56 +0000 |
commit | 3e7c5b027e2131cde30d994ccdb27c77f0118ffe (patch) | |
tree | b0858f0a62292098230521df75fbae6fcbcc3e9f /backends/fs/gp32 | |
parent | 0cab5b7791e56b32455748bf20c21f0d6b42f654 (diff) | |
download | scummvm-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.h | 1 |
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" /** |