summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 5bc9213fc..4ba322067 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -1301,6 +1301,10 @@ struct curl_httppost *fetch_post_convert(struct form_successful_control *control
struct curl_httppost *post = 0, *last = 0;
char *mimetype = 0;
char *leafname = 0;
+#ifdef riscos
+ char *temp;
+ int leaflen;
+#endif
for (; control; control = control->next) {
if (control->file) {