Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix needed while build with curl 7.83 #144

Merged
merged 2 commits into from
May 20, 2022
Merged

Conversation

prateek9623
Copy link
Contributor

Fixes: #143
After curl 7.83 curl exports header.h and its symbol, which have a struct curl_header. https://github.com/curl/curl/blob/0842936292f9bc614f8335b25a3b4b6b25dae5a8/include/curl/header.h#L25
Which is now creating conflict with

class curl_header {

To fix this, I have changed the curl::curl_header member function in the curl namespace, and now using curl_header with the curl namespace.

@JosephP91 JosephP91 merged commit 4be41c6 into JosephP91:master May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build fail with curl 7.83.0
2 participants