diff --git a/src/tool_operate.c b/src/tool_operate.c index a29c6bb0e2..7be5c397ce 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -39,6 +39,10 @@ # include #endif +#ifdef __VMS +# include +#endif + #include "rawstr.h" #define ENABLE_CURLX_PRINTF @@ -120,7 +124,6 @@ static int is_fatal_error(int code) } #ifdef __VMS -#include /* * get_vms_file_size does what it takes to get the real size of the file *