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 <sys/wait.h> for wait constants #442

Merged
merged 1 commit into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. Include <sys/wait.h> for wait constants

    Constants like WIFEXITED are defined in sys/wait.h header.
    
    This fixes a compilation issue on FreeBSD where those contants aren't
    implicitly made available without an explicit include of those.
    
    Signed-off-by: Sébastien Santoro <[email protected]>
    dereckson committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    7c98820 View commit details
    Browse the repository at this point in the history