Skip to content

Commit

Permalink
fix: add missing include directive
Browse files Browse the repository at this point in the history
This should fix building with clang.
  • Loading branch information
theoparis committed Oct 4, 2024
1 parent aed529f commit 2c6e193
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 @@ -8,6 +8,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <string.h>
#include <stdlib.h>
#include <cstring>

namespace Systemd {
Expand Down

0 comments on commit 2c6e193

Please sign in to comment.