Skip to content

watchdog: add includes for geteuid

Sam James requested to merge thesamesam/kwin:includes into master

05a3e2ba added geteuid use but didn't add the needed headers. This works by chance on libstdc++ systems via transitive includes, but it doesn't work on libc++ systems, as reported downstream in Gentoo at https://bugs.gentoo.org/933120.

Merge request reports