aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-10 07:46:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-10 07:46:24 +0000
commit20988715093810cde488cabe2b9f52fe5b300450 (patch)
treecd48886ac232935bf6ba18ecf49608d1bf368109
parent3d00c86f4ca2439a2748fa61c591fb69b36c010d (diff)
build again with disabled http
-rw-r--r--lib/formdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.c b/lib/formdata.c
index 36eac7e17..28837bc73 100644
--- a/lib/formdata.c
+++ b/lib/formdata.c
@@ -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"