Skip to content

Commit

Permalink
Enable compatbility with curl 7.87.0
Browse files Browse the repository at this point in the history
See #28
  • Loading branch information
neilmayhew committed Feb 4, 2023
1 parent 350822c commit 287d48b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions curlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* (c) 2007-2009, Galois, Inc.
*
*/

// The curl gcc cpp getinfo typechecker doesn't cope well with our wrappers
#define CURL_DISABLE_TYPECHECK
#include <curl/curl.h>

int curl_easy_getinfo_long(void *curl, long tg, long *pl)
Expand Down

0 comments on commit 287d48b

Please sign in to comment.