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

Commits on Dec 27, 2018

  1. chunk: include <sys/types.h> explicitly

    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>
    Fujimoto Seiji committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    d26508d View commit details
    Browse the repository at this point in the history