mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
291 B
C++
11 lines
291 B
C++
--- dart/external/odelcpsolver/matrix.cpp.orig 2018-11-20 16:43:32 UTC
|
|
+++ dart/external/odelcpsolver/matrix.cpp
|
|
@@ -23,6 +23,8 @@
|
|
//#include "config.h"
|
|
#ifdef __APPLE__
|
|
#include <malloc/malloc.h>
|
|
+#elif defined(__FreeBSD__)
|
|
+ #include <stdlib.h>
|
|
#else
|
|
#include <malloc.h>
|
|
#endif
|