Skip to content

Commit

Permalink
sysd: add missing header
Browse files Browse the repository at this point in the history
ref #6094
  • Loading branch information
vaxerski committed May 15, 2024
1 parent a8522db commit 9eec4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/SdDaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <errno.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <string.h>

namespace Systemd {
int SdBooted(void) {
Expand Down

0 comments on commit 9eec4cb

Please sign in to comment.