merged minor fix from RC_0_16

This commit is contained in:
Arvid Norberg 2013-10-21 01:40:42 +00:00
parent 3aa2d46b4b
commit 02a337ceae
1 changed files with 1 additions and 1 deletions

View File

@ -72,13 +72,13 @@ POSSIBILITY OF SUCH DAMAGE.
#include <unistd.h>
#include <fcntl.h> // for F_LOG2PHYS
#include <sys/types.h>
#include <sys/statvfs.h>
#include <errno.h>
#include <dirent.h>
#ifdef TORRENT_LINUX
// linux specifics
#include <sys/statvfs.h>
#include <sys/ioctl.h>
#include <linux/types.h>
#ifdef HAVE_LINUX_FIEMAP_H