Revision: 65315
http://sourceforge.net/p/brlcad/code/65315
Author: starseeker
Date: 2015-06-16 01:24:35 +0000 (Tue, 16 Jun 2015)
Log Message:
-----------
Include malloc.h with mingw
Modified Paths:
--------------
brlcad/trunk/src/other/openNURBS/opennurbs_system.h
Modified: brlcad/trunk/src/other/openNURBS/opennurbs_system.h
===================================================================
--- brlcad/trunk/src/other/openNURBS/opennurbs_system.h 2015-06-16 00:54:25 UTC
(rev 65314)
+++ brlcad/trunk/src/other/openNURBS/opennurbs_system.h 2015-06-16 01:24:35 UTC
(rev 65315)
@@ -272,6 +272,10 @@
#include <alloca.h>
#endif
+#if defined(__MINGW32__)
+#include <malloc.h>
+#endif
+
#if !defined(ON_COMPILER_BORLAND)
#include <wchar.h>
#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits