mntent.h is another linuxism and unnecessary on FreeBSD.

This commit is contained in:
Yamagi Burmeister 2016-04-12 19:25:58 +02:00
parent d1d9c8d094
commit b299789db5

View File

@ -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 <Engine/Base/SDL/SDLEvents.h>
#if !PLATFORM_MACOSX
#if !defined(PLATFORM_MACOSX) && !defined(PLATFORM_FREEBSD)
#include <mntent.h>
#endif
#endif