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

[libtiff] Add missing include statement for ssize_t #686

Merged
merged 3 commits into from
Jan 6, 2016

Conversation

mayeut
Copy link
Collaborator

@mayeut mayeut commented Jan 6, 2016

No description provided.

@stweil
Copy link
Contributor

stweil commented Jan 6, 2016

See also #681.

@mayeut
Copy link
Collaborator Author

mayeut commented Jan 6, 2016

@stweil yes, but I'd rather include a file that is known to exist rather than presume that it exists because not on Windows.
Either way, will be fixed.

@stweil
Copy link
Contributor

stweil commented Jan 6, 2016

Then I'll have to fix #648, too. unistd.h is a standard header file required by POSIX (see https://en.wikipedia.org/wiki/Unistd.h). I know only one vendor which fails to support it.

@stweil
Copy link
Contributor

stweil commented Jan 6, 2016

#648 included #681. I fixed that, so now #648 is now a single commit.

mayeut added a commit that referenced this pull request Jan 6, 2016
[libtiff] Add missing include statement for ssize_t
Close #681
@mayeut mayeut merged commit a205f70 into uclouvain:master Jan 6, 2016
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

3 participants