diff options
author | Yang Tse <yangsita@gmail.com> | 2013-07-29 16:03:46 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-07-29 18:32:37 +0200 |
commit | 251dd03b8887ca1d76e3ba45c5f85477bba4bbb4 (patch) | |
tree | 33859e66f532b11f839b16bad1280d7a6e429f52 /src | |
parent | 55ea83d622e28b7fd1ac125523685f1c788bf3b7 (diff) |
tool_operate.c: move <fabdef.h> header inclusion location
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 * |