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

chunk: include <sys/types.h> explicitly #16

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

fujimotos
Copy link
Member

On Linux, <sys/types.h> seems to be included indirectly though some
other headers. However, on Windows it doesn't.

This causes the compilation to fail on MSVC with "unknown type off_t"
errors.

Main issue link: fluent/fluent-bit#960

On Linux, <sys/types.h> seems to be included indirectly though some
other headers. However, on Windows it doesn't.

This causes the compilation to fail on MSVC with "unknown type off_t"
errors.

Signed-off-by: Fujimoto Seiji <fujimoto@clear-code.com>
@edsiper edsiper merged commit d1849a0 into fluent:master Jan 7, 2019
@fujimotos fujimotos deleted the sf/sys-types branch January 8, 2019 05:32
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.

2 participants