Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360699 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/third_party/libcurl.fb-changes.diff (-1 / +2 lines)
Lines 32-41 Link Here
32
diff -u -r1.210 multi.c
32
diff -u -r1.210 multi.c
33
--- curl-old/lib/multi.c	28 Jan 2010 15:34:18 -0000	1.210
33
--- curl-old/lib/multi.c	28 Jan 2010 15:34:18 -0000	1.210
34
+++ curl-new/lib/multi.c	29 Jan 2010 23:45:19 -0000
34
+++ curl-new/lib/multi.c	29 Jan 2010 23:45:19 -0000
35
@@ -42,6 +42,7 @@
35
@@ -42,7 +42,8 @@
36
 #include "sendf.h"
36
 #include "sendf.h"
37
 #include "timeval.h"
37
 #include "timeval.h"
38
 #include "http.h"
38
 #include "http.h"
39
 #include "warnless.h"
39
+#include "select.h"
40
+#include "select.h"
40
 
41
 
41
 #define _MPRINTF_REPLACE /* use our functions only */
42
 #define _MPRINTF_REPLACE /* use our functions only */

Return to bug 360699