From 750a98953b58c67b01bdbdbcd5a657a01250acf4 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 8 Dec 2014 10:30:33 +0000 Subject: [PATCH] BSD: Fix the previous commit. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@4805 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/source/common.c b/polymer/eduke32/source/common.c index 970c041a3..d86d005c8 100644 --- a/polymer/eduke32/source/common.c +++ b/polymer/eduke32/source/common.c @@ -603,7 +603,7 @@ static void G_LoadAddon(void) } } -#if defined __APPLE__ || defined __linux__ +#if defined __APPLE__ || defined __linux__ || defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ static void G_AddSteamPaths(const char *basepath) { char buf[BMAX_PATH];