mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:17:18 +03:00
build again with disabled http
This commit is contained in:
parent
3d00c86f4c
commit
2098871509
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue