mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
internal: Add missing errno.h include to SdDaemon.cpp (#5938)
Fixes clang
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
|
Reference in New Issue
Block a user