Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68087
Collapse All | Expand All

(-)totem-0.100/src/totem-disc.c (-1 / +2 lines)
Lines 30-41 Link Here
30
30
31
#include <sys/ioctl.h>
31
#include <sys/ioctl.h>
32
#include <sys/stat.h>
32
#include <sys/stat.h>
33
#include <linux/cdrom.h>
34
33
35
#include <glib.h>
34
#include <glib.h>
36
#include <glib/gi18n.h>
35
#include <glib/gi18n.h>
37
#include <libgnomevfs/gnome-vfs.h>
36
#include <libgnomevfs/gnome-vfs.h>
38
37
38
#include <linux/cdrom.h>
39
39
#include "totem-disc.h"
40
#include "totem-disc.h"
40
41
41
typedef struct _CdCache {
42
typedef struct _CdCache {

Return to bug 68087