Kaydet (Commit) 7e8ce369 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No <sys/statfs.h> for iOS either

üst 26d55334
...@@ -89,7 +89,7 @@ const sal_Char pBuffer_Blank[] = ""; ...@@ -89,7 +89,7 @@ const sal_Char pBuffer_Blank[] = "";
# include <errno.h> # include <errno.h>
# include <fcntl.h> # include <fcntl.h>
# include <sys/stat.h> # include <sys/stat.h>
# if !defined(MACOSX) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined (DRAGONFLY) # if !defined(MACOSX) && !defined(IOS) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined (DRAGONFLY)
# include <sys/statfs.h> # include <sys/statfs.h>
# else # else
# include <sys/param.h> # include <sys/param.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment