Skip to content
Snippets Groups Projects
Commit a33e7edc authored by Steve Holme's avatar Steve Holme
Browse files

examples: Fixed compilation errors

error: 'MULTI_PERFORM_HANG_TIMEOUT' undeclared
parent 0fea86af
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@
* Note that this example requires libcurl 7.30.0 or above.
*/
#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
static struct timeval tvnow(void)
{
struct timeval now;
......
......@@ -29,6 +29,8 @@
* Note that this example requires libcurl 7.20.0 or above.
*/
#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
static struct timeval tvnow(void)
{
struct timeval now;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment