From 8e8c75cfe308e2fff277fbb3043fa850211f79b8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 13 Aug 2012 15:41:26 +0100 Subject: Fix RO build. --- utils/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') 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 -- cgit v1.2.3