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

x11fileselector.cpp is missing #include <stdio.h> for getline #7

Closed
yurivict opened this issue Sep 19, 2020 · 1 comment
Closed

x11fileselector.cpp is missing #include <stdio.h> for getline #7

yurivict opened this issue Sep 19, 2020 · 1 comment

Comments

@yurivict
Copy link

getline is used here: https://github.com/surge-synthesizer/vstgui/blob/master/vstgui/lib/platform/linux/x11fileselector.cpp#L53

manpage: https://man7.org/linux/man-pages/man3/getline.3.html

baconpaul added a commit that referenced this issue Sep 24, 2020
1: getline requires <stdio.h>
2: defined__linux__ gets freebsd buddies in one spot

Closes #5
Closes #6
Closes #7
@baconpaul
Copy link

Fixed @ 3cea4e0

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