Commit 251dd03b authored by Yang Tse's avatar Yang Tse
Browse files

tool_operate.c: move <fabdef.h> header inclusion location

parent 55ea83d6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
 *