aboutsummaryrefslogtreecommitdiff
path: root/misc/py-shap2/files/patch-shap2_cext_tree__shap.h
blob: d2626893960043db35d9c1208b2b3a3cd0d0e112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- shap2/cext/tree_shap.h.orig	2023-01-07 02:47:51 UTC
+++ shap2/cext/tree_shap.h
@@ -13,7 +13,7 @@
 #include <ctime>
 #if defined(_WIN32) || defined(WIN32)
     #include <malloc.h>
-#elif defined(__MVS__)
+#elif defined(__MVS__) || defined(__FreeBSD__)
     #include <stdlib.h>
 #else
     #include <alloca.h>