mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
841e1824cd
with the need to visualize large data sets in mind.
21 lines
447 B
C++
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
|