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 forgotten <unistd.h> header for systemd notification #483

Closed
wants to merge 1 commit into from

Conversation

62832
Copy link
Contributor

@62832 62832 commented Apr 5, 2024

The latest commit adding support for direct systemd notification is currently missing the <unistd.h> header directive needed for write(...) and close(...), causing a failing build when this feature is enabled such as in the clang-12-Werror workflow. This should fix that.

@daztucker
Copy link
Contributor

Applied, thanks.

@daztucker daztucker closed this Apr 5, 2024
@62832 62832 deleted the systemd-unistd branch April 5, 2024 21:20
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