From b299789db5cf623d7976f1c5359b71cbb4c7d682 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Tue, 12 Apr 2016 19:25:58 +0200 Subject: [PATCH] mntent.h is another linuxism and unnecessary on FreeBSD. --- Sources/SeriousSam/SeriousSam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SeriousSam/SeriousSam.cpp b/Sources/SeriousSam/SeriousSam.cpp index fa487d3..9b76471 100644 --- a/Sources/SeriousSam/SeriousSam.cpp +++ b/Sources/SeriousSam/SeriousSam.cpp @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., // !!! FIXME: rcg01082002 Do something with these. #ifdef PLATFORM_UNIX #include - #if !PLATFORM_MACOSX + #if !defined(PLATFORM_MACOSX) && !defined(PLATFORM_FREEBSD) #include #endif #endif