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

Buildfix if NIX is built with libcurl #13

Closed
wants to merge 1 commit into from

Conversation

elecro
Copy link

@elecro elecro commented Jun 6, 2013

When NIX is built with libcurl network backend then in some cases
the glib.h is not included. This is also such a case. Just added a
simple glib.h include to the file.

When NIX is built with libcurl network backend then in some cases
the glib.h is not included. This is also such a case. Just added a
simple glib.h include to the file.
@balazs
Copy link

balazs commented Jun 6, 2013

If it is a reappearing issue than probably we should add the include into some root place like config.h?

@elecro
Copy link
Author

elecro commented Jun 6, 2013

It's not really that frequent, this is the first such issue in ~3 months. I don't think putting the include into the config.h is a good idea, IMHO being a bit more explicit with the includes is better.

@hugopl
Copy link
Member

hugopl commented Jun 6, 2013

I agree with @elecro , better being a bit more explicit on include files.

@hugopl
Copy link
Member

hugopl commented Jun 6, 2013

Landed, this was an issue independent from libcurl, this file uses a glib function but didn't include the glib header directly :-/

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.

3 participants