Skip to content

Commit b0d2572

Browse files
committed
Fix client-http.cxx compile errors with libcurl-7.55.
* client-http.cxx: Remove inclusion of <curl/curlbuild.h>, which doesn't exist in libcurl-7.55. We evidently weren't using it anyway.
1 parent 6b0d01d commit b0d2572

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client-http.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ extern "C" {
2525
#include <string.h>
2626
#include <curl/curl.h>
2727
#include <curl/easy.h>
28-
#include <curl/curlbuild.h>
2928
#include <json-c/json.h>
3029
#include <sys/stat.h>
3130
}

0 commit comments

Comments
 (0)