By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2110
Collapse All | Expand All

(-)kdesktop/lock/lockprocess.cc.orig (+2 lines)
Lines 79-85 Link Here
79
79
80
#include <kcrash.h>
80
#include <kcrash.h>
81
81
82
#ifdef __Linux__
82
#include <linux/stat.h>
83
#include <linux/stat.h>
84
#endif
83
85
84
#include <X11/Xlib.h>
86
#include <X11/Xlib.h>
85
#include <X11/Xutil.h>
87
#include <X11/Xutil.h>

Return to bug 2110