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 1063
Collapse All | Expand All

(-)kmplayer/src/npplayer.c (-1 / +1 lines)
Lines 30-36 Link Here
30
#include <sys/time.h>
30
#include <sys/time.h>
31
#include <fcntl.h>
31
#include <fcntl.h>
32
32
33
#include <glib/gprintf.h>
33
#include <glib.h>
34
#include <gdk/gdkx.h>
34
#include <gdk/gdkx.h>
35
#include <gtk/gtk.h>
35
#include <gtk/gtk.h>
36
36

Return to bug 1063