mirror of
https://github.com/curl/curl.git
synced 2026-07-22 21:57:20 +03:00
tool_operate.c: move <fabdef.h> header inclusion location
This commit is contained in:
parent
55ea83d622
commit
251dd03b88
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue