1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/science/paraview/files/patch-vtkVRMLImporter.cxx
Eric Anholt 841e1824cd New port: ParaView is a powerful scientific visualization application, designed
with the need to visualize large data sets in mind.
2005-06-14 05:41:20 +00:00

21 lines
447 B
C++

--- VTK/Hybrid/vtkVRMLImporter.cxx.orig Sat Jun 4 15:21:57 2005
+++ VTK/Hybrid/vtkVRMLImporter.cxx Sat Jun 4 15:21:58 2005
@@ -17,7 +17,7 @@
#ifndef alloca
char *alloca ();
#endif
-#include <malloc.h>
+#include <stdlib.h>
#endif /* not _AIX */
#endif /* not HAVE_ALLOCA_H */
#endif /* not __GNUC__ */
@@ -513,7 +513,7 @@
#define YYDEBUG 1
#ifndef __APPLE__
-#include <malloc.h>
+#include <stdlib.h>
#endif
#ifdef USE_STD_NAMESPACE