summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/luatexdir/luaffi/ffi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luaffi/ffi.h b/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
index 35ab778332a..aee1064378c 100644
--- a/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
+++ b/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
@@ -42,7 +42,7 @@ extern "C" {
#include <sys/mman.h>
#endif
-#ifdef _WIN32
+#ifdef _WIN32 || _FreeBSD__ || __NetBSD__ || __OpenBSD__ || __bsdi__ || __DragonFly__
/* We should include something equivalent to */
/* complex.h */
#else
@@ -51,6 +51,7 @@ extern "C" {
#define HAVE_LONG_DOUBLE
#endif
+
#ifndef NDEBUG
#define DASM_CHECKS
#endif