diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-10 07:46:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-10 07:46:24 +0000 |
commit | 20988715093810cde488cabe2b9f52fe5b300450 (patch) | |
tree | cd48886ac232935bf6ba18ecf49608d1bf368109 | |
parent | 3d00c86f4ca2439a2748fa61c591fb69b36c010d (diff) |
build again with disabled http
-rw-r--r-- | lib/formdata.c | 2 |
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" |