internal: fix missing include directive (#7984)

This should fix building with clang.
This commit is contained in:
Theo Paris
2024-10-04 01:41:27 -07:00
committed by GitHub
parent aed529f695
commit 1ed925b69c

View File

@@ -8,6 +8,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <string.h>
#include <stdlib.h>
#include <cstring>
namespace Systemd {