Merge branch 'poco-1.9.1' of github.com:pocoproject/poco into poco-1.9.1

This commit is contained in:
Günter Obiltschnig 2018-09-13 08:30:29 +02:00
commit 43f1d5617a

View File

@ -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>