MantisBT - ParaView
View Issue Details
0010420ParaViewBugpublic2010-03-15 03:482011-09-01 13:31
olesen 
David Partyka 
normalblockalways
closedfixed 
Development 
3.12 
0010420: COMP: missing declaration for fread() in VPIC code

diff --git a/VTK/Utilities/VPIC/VPICDefinition.cxx b/VTK/Utilities/VPIC/VPICDefinition.cxx
index c80ff34..de3fcda 100644
--- a/VTK/Utilities/VPIC/VPICDefinition.cxx
+++ b/VTK/Utilities/VPIC/VPICDefinition.cxx
@@ -1,4 +1,5 @@
 #include "VPICDefinition.h"
+#include <cstdio>
No tags attached.
Issue History
2010-03-15 03:48olesenNew Issue
2010-03-15 08:10Utkarsh AyachitStatusbacklog => tabled
2010-03-15 08:10Utkarsh AyachitAssigned To => David Partyka
2010-03-15 08:11olesenNote Added: 0019881
2010-03-16 14:31David PartykaAssigned ToDavid Partyka =>
2010-03-16 14:33David PartykaNote Added: 0019898
2010-03-16 14:33David PartykaStatustabled => @80@
2010-03-16 14:33David PartykaFixed in Version => Development
2010-03-16 14:33David PartykaResolutionopen => fixed
2010-03-16 14:33David PartykaAssigned To => David Partyka
2010-03-16 17:35Alan ScottNote Added: 0019914
2010-03-16 17:35Alan ScottStatus@80@ => closed
2011-09-01 13:31Utkarsh AyachitFixed in VersionDevelopment => 3.12

Notes
(0019881)
olesen   
2010-03-15 08:11   
close issue - resolved with f5030f417cfb73c890f3d062ffd45de9f136b2cb
(0019898)
David Partyka   
2010-03-16 14:33   
Fixed in Revision 1.2
Fri Mar 12 12:14:37 2010 UTC (4 days, 6 hours ago) by partyd
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
COMP: include stdio to fix linux machines that can't compile.
(0019914)
Alan Scott   
2010-03-16 17:35   
Fixed, as per reporter.