[fix] Fix fpos one definition rules warning message
Fix _G_fpos_t and _G_fpos64_t conflicting types.
vtkLidarPacketInterpreter must be includes before all other vtk includes.
From dd1720a3:
As vtkSystemIncludes.h was included instead of stdio.h so the CMake variable __USE_LARGEFILE64 is consistent and fixes the 2 differents definition of _G_fpos_t and _G_fpos64_t.