Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 503822 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/core/utilities.cpp (-1 / +1 lines)
Lines 52-57 Link Here
52
#endif
52
#endif
53
53
54
#ifdef Q_OS_LINUX
54
#ifdef Q_OS_LINUX
55
#  include <unistd.h>
55
#  include <sys/syscall.h>
56
#  include <sys/syscall.h>
56
#endif
57
#endif
57
#ifdef Q_OS_DARWIN
58
#ifdef Q_OS_DARWIN
58
- 

Return to bug 503822