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

Adding stdbool header include to netmaster example client to fix compile... #48

Merged
merged 1 commit into from Jan 22, 2014
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jan 22, 2014

Here is a pull request to fix a compile error while working with gcc version 4.6.3 on the wandboard running kernel 3.13.0-armv7-x9.

The compiler picked up this error:

../example-clients/netmaster.c: In function ‘main’:
../example-clients/netmaster.c:104:86: error: ‘true’ undeclared (first use in this function)
../example-clients/netmaster.c:104:86: note: each undeclared identifier is reported only once for each function it appears in

Thanks.

sletz added a commit that referenced this pull request Jan 22, 2014
Adding stdbool header include to netmaster example client to fix compile...
@sletz sletz merged commit 06aa956 into jackaudio:master Jan 22, 2014
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.

None yet

1 participant