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