Skip to content

Fix for Clang: clockskewnotifierengine_linux.cpp needs <cerrno>

Jonathan Marten requested to merge marten/kwin:clang-fix-compile into master

GCC doesn't seem to mind, but Clang complains that 'errno' is not defined.

Fixes Plasma/KWin #4 (closed)

Edited by Jonathan Marten

Merge request reports