aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/sepheaders.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/sepheaders.c')
-rw-r--r--docs/examples/sepheaders.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/examples/sepheaders.c b/docs/examples/sepheaders.c
index 7168f8016..6e8735168 100644
--- a/docs/examples/sepheaders.c
+++ b/docs/examples/sepheaders.c
@@ -8,9 +8,6 @@
* $Id$
*/
-/* to make this work under windows, use the win32-functions from the
- win32socket.c file as well */
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -33,6 +30,8 @@ int main(int argc, char **argv)
char *bodyfilename = "body.out";
FILE *bodyfile;
+ curl_global_init(CURL_GLOBAL_ALL);
+
/* init the curl session */
curl_handle = curl_easy_init();