projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119f433
)
Q&D fix header inclusion order
author
Yang Tse
<yangsita@gmail.com>
Sun, 25 Sep 2011 17:08:12 +0000
(19:08 +0200)
committer
Yang Tse
<yangsita@gmail.com>
Sun, 25 Sep 2011 17:08:12 +0000
(19:08 +0200)
lib/multi.c
patch
|
blob
|
history
diff --git
a/lib/multi.c
b/lib/multi.c
index 13f5619ccac4acfd83805cca7a0415b5da8f9a20..9cc6944c968e973d3649e1a8fbb5ad15bd720adc 100644
(file)
--- a/
lib/multi.c
+++ b/
lib/multi.c
@@
-41,8
+41,8
@@
#include "sendf.h"
#include "timeval.h"
#include "http.h"
-#include "warnless.h"
#include "select.h"
+#include "warnless.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>