diff --git a/src/pline.c b/src/pline.c index 88b33c756..3fac368d8 100644 --- a/src/pline.c +++ b/src/pline.c @@ -534,7 +534,9 @@ static boolean use_pline_handler = TRUE; static void execplinehandler(const char *line) { +#if defined(POSIX_TYPES) || defined(__GNUC__) int f; +#endif const char *args[3]; char *env;