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:
8d94688
)
include multi.h too
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 19 Mar 2002 10:35:02 +0000
(10:35 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 19 Mar 2002 10:35:02 +0000
(10:35 +0000)
include/curl/curl.h
patch
|
blob
|
history
diff --git
a/include/curl/curl.h
b/include/curl/curl.h
index 043e7bce10652d8f5dc7d5cd08a7bcf4631302a3..4df59cd31b1246370c079a0adc2033d0a40d6ad2 100644
(file)
--- a/
include/curl/curl.h
+++ b/
include/curl/curl.h
@@
-684,9
+684,10
@@
typedef enum {
CURLINFO_LASTONE = 19
} CURLINFO;
-/* unfortunately, the easy.h
include file needs the options and info stuff
-
before it
can be included! */
+/* unfortunately, the easy.h
and multi.h include files need options and info
+
stuff before they
can be included! */
#include <curl/easy.h> /* nothing in curl is fun without the easy stuff */
+#include <curl/multi.h>
typedef enum {
CURLCLOSEPOLICY_NONE, /* first, never use this */