Fix build with libc++
ClosedPublic

Authored by ktatunov on Nov 2 2018, 1:54 PM.

Details

Reviewers
mart
Group Reviewers
Plasma
KWin
Commits
R133:0a5233341ea7: Fix build with libc++
Summary

The build breaks with clang & libc++ because apparently libc++ doesn't transitively include <errno.h> so to use EPERM we need to add it explicitly.

Diff Detail

Repository
R133 KScreenLocker
Lint
Lint Skipped
Unit
Unit Tests Skipped
ktatunov created this revision.Nov 2 2018, 1:54 PM
Restricted Application added a project: Plasma. · View Herald TranscriptNov 2 2018, 1:54 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
ktatunov requested review of this revision.Nov 2 2018, 1:54 PM
mart accepted this revision.Nov 12 2018, 10:44 AM
This revision is now accepted and ready to land.Nov 12 2018, 10:44 AM

Could you commit this for me please? I don't have a developer account.

This revision was automatically updated to reflect the committed changes.