internal: Add missing errno.h include to SdDaemon.cpp (#5938)

Fixes clang
This commit is contained in:
Username404-59
2024-05-08 00:13:58 +02:00
committed by GitHub
parent 601210878d
commit 57a12476de

View File

@@ -4,6 +4,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/un.h>