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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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