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

Wrong includes in C API #38

Closed
dosten opened this issue Oct 13, 2016 · 1 comment
Closed

Wrong includes in C API #38

dosten opened this issue Oct 13, 2016 · 1 comment

Comments

@dosten
Copy link
Contributor

dosten commented Oct 13, 2016

Hi!

I'm creating a PHP extension on top of this library, but I'm having trouble using the C API, these two includes seem to be wrong: https://github.com/graphql/libgraphqlparser/blob/master/c/GraphQLAstVisitor.h#L12-L13

I'm missing something or this is a bug?

@swolchok
Copy link
Contributor

90383fb adds a C file that includes C API headers just to make sure they build OK. It builds, so I suspect you probably have your include paths set up incorrectly.

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

No branches or pull requests

2 participants