sysd: add missing header

ref #6094
This commit is contained in:
Vaxry 2024-05-15 23:01:48 +01:00
parent a8522db683
commit 9eec4cb670
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <errno.h> #include <errno.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/un.h> #include <sys/un.h>
#include <string.h>
namespace Systemd { namespace Systemd {
int SdBooted(void) { int SdBooted(void) {