Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions como/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ target_sources(base
PUBLIC
FILE_SET HEADERS
FILES
os/clock/linux_skew_notifier_engine.h
os/clock/skew_notifier_engine.h
os/clock/skew_notifier.h
seat/backend/logind/session.h
seat/session.h
Expand Down Expand Up @@ -49,7 +49,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
PUBLIC
FILE_SET HEADERS
FILES
os/clock/skew_notifier_engine.h
os/clock/linux_skew_notifier_engine.h
PRIVATE
os/clock/linux_skew_notifier_engine.cpp
)
Expand Down
1 change: 1 addition & 0 deletions como/xwl/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <unistd.h>

namespace como::xwl
{
Expand Down
Loading