1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

build again with disabled http

This commit is contained in:
Daniel Stenberg 2004-06-10 07:46:24 +00:00
parent 3d00c86f4c
commit 2098871509

View 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"