summaryrefslogtreecommitdiff
path: root/net/libtorrent/patches/patch-ab
blob: 4eeeb77f26ca182fd83fa62debd206f940618588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1 2005/10/03 18:09:55 joerg Exp $

--- src/data/file.cc.orig	2005-08-03 19:44:11.000000000 +0000
+++ src/data/file.cc
@@ -43,6 +43,7 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
+#include <unistd.h>
 
 #if HAS_XFS == 1
 #include <xfs/libxfs.h>