summaryrefslogtreecommitdiff
path: root/math/giacxcas/files/patch-src_qjsgiac.c
blob: 12b21992bc6068341d1a1cc7af37452e59d94516 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/qjsgiac.c.orig	2021-03-20 11:09:33 UTC
+++ src/qjsgiac.c
@@ -41,6 +41,8 @@
 #include <malloc/malloc.h>
 #elif defined(__linux__)
 #include <malloc.h>
+#elif defined(__FreeBSD__)
+#include <malloc_np.h>
 #endif
 
 #ifdef NSPIRE_NEWLIB