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

(-)twin/utils.cpp.orig (+2 lines)
Lines 21-26 Link Here
21
#include <string.h>
21
#include <string.h>
22
#include <netdb.h>
22
#include <netdb.h>
23
23
24
#include <sys/socket.h>
25
24
#ifndef KCMRULES
26
#ifndef KCMRULES
25
27
26
#include <tqapplication.h>
28
#include <tqapplication.h>

Return to bug 2110