aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/g10.c b/g10/g10.c
index f56cb619a..6a897bceb 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -30,6 +30,7 @@
#endif
#ifdef __riscos__
#include <unixlib/local.h>
+#include <unixlib/features.h>
#endif /* __riscos__ */
#define INCLUDED_BY_MAIN_MODULE 1
@@ -875,6 +876,7 @@ main( int argc, char **argv )
#ifdef __riscos__
/* set global RISC OS specific properties */
__riscosify_control = __RISCOSIFY_NO_PROCESS;
+ __feature_imagefs_is_file = 1;
opt.lock_once = 1;
#endif /* __riscos__ */