From 251dd03b8887ca1d76e3ba45c5f85477bba4bbb4 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 29 Jul 2013 16:03:46 +0200 Subject: [PATCH] tool_operate.c: move header inclusion location --- src/tool_operate.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 *