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:
parent
3d00c86f4c
commit
2098871509
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user