From 7c4a37785c7e34ce506af79057255289aa16762f Mon Sep 17 00:00:00 2001 From: Luigi Scarso <luigi.scarso@gmail.com> Date: Mon, 13 Feb 2017 06:58:23 +0000 Subject: [PATCH] fix __FreeBSD__ [[Split portion of a mixed commit.]] --- source/texk/web2c/luatexdir/luaffi/ffi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/texk/web2c/luatexdir/luaffi/ffi.h b/source/texk/web2c/luatexdir/luaffi/ffi.h index aee106437..34a65695c 100644 --- a/source/texk/web2c/luatexdir/luaffi/ffi.h +++ b/source/texk/web2c/luatexdir/luaffi/ffi.h @@ -42,7 +42,7 @@ extern "C" { #include <sys/mman.h> #endif -#ifdef _WIN32 || _FreeBSD__ || __NetBSD__ || __OpenBSD__ || __bsdi__ || __DragonFly__ +#ifdef _WIN32 || __FreeBSD__ || __NetBSD__ || __OpenBSD__ || __bsdi__ || __DragonFly__ /* We should include something equivalent to */ /* complex.h */ #else -- GitLab