diff --git a/AUTHORS b/AUTHORS index bb3f284d2698..5eb9ed18c958 100644 --- a/AUTHORS +++ b/AUTHORS @@ -597,6 +597,7 @@ Ian Phillipps Ichinose Shogo Ignasi Roca Carrió Igor Sutton +Igor Todorovski Igor Zaytsev Ilmari Karonen Ilya Martynov diff --git a/util.c b/util.c index 7cf7a7629536..c535433430fa 100644 --- a/util.c +++ b/util.c @@ -75,6 +75,10 @@ int putenv(char *); # include #endif +#ifdef __MVS__ +# include +#endif + #define FLUSH /* NOTE: Do not call the next three routines directly. Use the macros