mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
11 lines
225 B
C
11 lines
225 B
C
--- qjs.c.orig 2020-09-06 09:31:51 UTC
|
|
+++ qjs.c
|
|
@@ -36,6 +36,8 @@
|
|
#include <malloc/malloc.h>
|
|
#elif defined(__linux__)
|
|
#include <malloc.h>
|
|
+#elif defined(__FreeBSD__)
|
|
+#include <malloc_np.h>
|
|
#endif
|
|
|
|
#include "cutils.h"
|