summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-13 15:41:26 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-13 15:41:26 +0100
commit8e8c75cfe308e2fff277fbb3043fa850211f79b8 (patch)
treea4cbe8c213b738ce4f5ba8d0ddf1cd09668ce79c /utils/config.h
parentb6c149f3d68c6ae179b0f7917b0e7b85bf29aae5 (diff)
downloadnetsurf-8e8c75cfe308e2fff277fbb3043fa850211f79b8.tar.gz
netsurf-8e8c75cfe308e2fff277fbb3043fa850211f79b8.tar.bz2
Fix RO build.
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index b8c2950dc..60b81967a 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -130,6 +130,8 @@ char *realpath(const char *path, char *resolved_path);
/* windows */
#if (defined(_WIN32))
#define SSIZET_FMT "Iu"
+#elif (defined(riscos))
+#define SSIZET_FMT "zd"
#else
#define SSIZET_FMT "zd"
#define O_BINARY 0