freebsd-ports/lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h
2022-04-15 11:21:21 -07:00

14 lines
358 B
C++

Index: js/src/jit/ExecutableAllocator.h
--- js/src/jit/ExecutableAllocator.h.orig 2022-03-30 19:25:41 UTC
+++ js/src/jit/ExecutableAllocator.h
@@ -39,6 +39,10 @@
#include "js/TypeDecls.h"
#include "js/Vector.h"
+#if defined(__OpenBSD__) && defined(__mips64__)
+#include <mips64/sysarch.h>
+#endif
+
namespace JS {
struct CodeSizes;
} // namespace JS