conditional include for Darwin related to statfs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,7 +29,12 @@
|
|||||||
#include "wx/stream.h"
|
#include "wx/stream.h"
|
||||||
|
|
||||||
#ifdef HAVE_STATFS
|
#ifdef HAVE_STATFS
|
||||||
|
# ifdef __DARWIN__
|
||||||
|
# include <sys/param.h>
|
||||||
|
# include <sys/mount.h>
|
||||||
|
# else
|
||||||
# include <sys/vfs.h>
|
# include <sys/vfs.h>
|
||||||
|
# endif
|
||||||
#endif // HAVE_STATFS
|
#endif // HAVE_STATFS
|
||||||
|
|
||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
|
Reference in New Issue
Block a user