aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libbt/files/patch-src::stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libbt/files/patch-src::stream.c')
-rw-r--r--net-p2p/libbt/files/patch-src::stream.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-p2p/libbt/files/patch-src::stream.c b/net-p2p/libbt/files/patch-src::stream.c
new file mode 100644
index 000000000000..7397921d7a43
--- /dev/null
+++ b/net-p2p/libbt/files/patch-src::stream.c
@@ -0,0 +1,16 @@
+--- src/stream.c.old Thu Feb 26 17:34:48 2004
++++ src/stream.c Thu Feb 26 17:35:11 2004
+@@ -1,4 +1,5 @@
+ #include "config.h"
++#include <sys/types.h>
+ #include <errno.h>
+ #include <string.h>
+ #include <stdarg.h>
+@@ -14,7 +15,6 @@
+ #include <unistd.h>
+ #endif
+ #endif
+-#include <sys/types.h>
+ #include "bterror.h"
+ #include "stream.h"
+ #undef DEBUG_STREAM