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

Conversation

dereckson
Copy link
Contributor

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.

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]>
@sni sni merged commit 49b2519 into naemon:master Jan 15, 2024
25 checks passed
@sni
Copy link
Contributor

sni commented Jan 15, 2024

looks good, thanks

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

2 participants