Skip to content

Fix for Clang: ptracer.cpp needs <errno.h>

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

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

Merge request reports