mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 15:14:37 +01:00
Merge branch 'poco-1.9.1' of github.com:pocoproject/poco into poco-1.9.1
This commit is contained in:
commit
43f1d5617a
@ -23,7 +23,7 @@
|
||||
#if defined(POCO_OS_FAMILY_BSD)
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#elif (POCO_OS == POCO_OS_SOLARIS)
|
||||
#elif (POCO_OS == POCO_OS_SOLARIS) || (POCO_OS == POCO_OS_QNX)
|
||||
#include <sys/statvfs.h>
|
||||
#else
|
||||
#include <sys/statfs.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user