diff --git a/io.c b/io.c index 32e75107b3..21d7750769 100644 --- a/io.c +++ b/io.c @@ -4510,6 +4510,8 @@ pipe_open(struct rb_exec_arg *eargp, VALUE prog, const char *modestr, int fmode, char **args = NULL; struct rb_exec_arg sarg; int pair[2], write_pair[2]; +#elif defined(__SYMBIAN32__) + struct rb_exec_arg sarg; #endif FILE *fp = 0; int fd = -1;