From afe530942cd3d8b8a8ece128236cbe20efc604c8 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 6 Jun 2016 22:13:05 +0000 Subject: [PATCH] BSD: Fix build on OpenBSD. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@5772 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/build/src/compat.c b/polymer/eduke32/build/src/compat.c index 0f4088fb4..1c7d5df7f 100644 --- a/polymer/eduke32/build/src/compat.c +++ b/polymer/eduke32/build/src/compat.c @@ -30,7 +30,7 @@ #if defined __linux || defined EDUKE32_BSD # include // for dirname() #endif -#if defined __FreeBSD__ +#if defined EDUKE32_BSD # include // for PATH_MAX # include // for sysctl() to get path to executable #endif