From: Yang Tse Date: Mon, 29 Jul 2013 14:03:46 +0000 (+0200) Subject: tool_operate.c: move header inclusion location X-Git-Tag: curl-7_32_0~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=251dd03b8887ca1d76e3ba45c5f85477bba4bbb4;p=curl tool_operate.c: move header inclusion location --- diff --git a/src/tool_operate.c b/src/tool_operate.c index a29c6bb0e..7be5c397c 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 *