diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_operate.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 <netinet/tcp.h> #endif +#ifdef __VMS +# include <fabdef.h> +#endif + #include "rawstr.h" #define ENABLE_CURLX_PRINTF @@ -120,7 +124,6 @@ static int is_fatal_error(int code) } #ifdef __VMS -#include <fabdef.h> /* * get_vms_file_size does what it takes to get the real size of the file * |