mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:17:16 +03:00
make it compile fine
This commit is contained in:
parent
f5a6355172
commit
4a728747e6
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
|
@ -18,6 +19,10 @@
|
|||
#error "upgrade your libcurl to no less than 7.12.3"
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This example shows a HTTP PUT operation with authentiction using "any"
|
||||
* type. It PUTs a file given as a command line argument to the URL also given
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue