merged minor fix from RC_0_16
This commit is contained in:
@@ -72,13 +72,13 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h> // for F_LOG2PHYS
|
#include <fcntl.h> // for F_LOG2PHYS
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/statvfs.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
||||||
#ifdef TORRENT_LINUX
|
#ifdef TORRENT_LINUX
|
||||||
// linux specifics
|
// linux specifics
|
||||||
|
|
||||||
|
#include <sys/statvfs.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#ifdef HAVE_LINUX_FIEMAP_H
|
#ifdef HAVE_LINUX_FIEMAP_H
|
||||||
|
Reference in New Issue
Block a user