tool_operate.c: move <fabdef.h> header inclusion location
authorYang Tse <yangsita@gmail.com>
Mon, 29 Jul 2013 14:03:46 +0000 (16:03 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 29 Jul 2013 16:32:37 +0000 (18:32 +0200)
src/tool_operate.c

index a29c6bb..7be5c39 100644 (file)
 #  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
  *