]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build again with disabled http
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Jun 2004 07:46:24 +0000 (07:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Jun 2004 07:46:24 +0000 (07:46 +0000)
lib/formdata.c

index 36eac7e1792cb4413074b3933733899f0793df5a..28837bc734a3a5090fe996a85f638c2247e8f21b 100644 (file)
@@ -100,6 +100,7 @@ Content-Disposition: form-data; name="FILECONTENT"
  */
 
 #include "setup.h"
+#include <curl/curl.h>
 
 #ifndef CURL_DISABLE_HTTP
 
@@ -108,7 +109,6 @@ Content-Disposition: form-data; name="FILECONTENT"
 #include <string.h>
 #include <stdarg.h>
 #include <time.h>
-#include <curl/curl.h>
 #include "formdata.h"
 #include "strequal.h"
 #include "memory.h"