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

Include unistd.h for STDOUT_FILENO #439

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. Include unistd.h for STDOUT_FILENO

    STDOUT_FILENO is defined in unistd.h, see [POSIX](https://pubs.opengroup.org/onlinepubs/9799919799/).
    
    This is required on FreeBSD.
    gahr committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    22fe35c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Only include unistd.h if needed

    gahr committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7e408a8 View commit details
    Browse the repository at this point in the history