aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/palmos
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/palmos
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/palmos')
-rw-r--r--backends/fs/palmos/palmos-fs-factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/fs/palmos/palmos-fs-factory.h b/backends/fs/palmos/palmos-fs-factory.h
index 4bb94ab4c1..cfe246e806 100644
--- a/backends/fs/palmos/palmos-fs-factory.h
+++ b/backends/fs/palmos/palmos-fs-factory.h
@@ -1,6 +1,7 @@
#ifndef PALMOS_FILESYSTEM_FACTORY_H
#define PALMOS_FILESYSTEM_FACTORY_H
+#include "common/singleton.h"
#include "backends/fs/abstract-fs-factory.h"
/**