mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
mntent.h is another linuxism and unnecessary on FreeBSD.
This commit is contained in:
parent
d1d9c8d094
commit
b299789db5
|
@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
// !!! FIXME: rcg01082002 Do something with these.
|
// !!! FIXME: rcg01082002 Do something with these.
|
||||||
#ifdef PLATFORM_UNIX
|
#ifdef PLATFORM_UNIX
|
||||||
#include <Engine/Base/SDL/SDLEvents.h>
|
#include <Engine/Base/SDL/SDLEvents.h>
|
||||||
#if !PLATFORM_MACOSX
|
#if !defined(PLATFORM_MACOSX) && !defined(PLATFORM_FREEBSD)
|
||||||
#include <mntent.h>
|
#include <mntent.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user