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

Collapse All | Expand All

(-)disc/ifomodule.c~ (+1 lines)
Lines 9-14 Link Here
9
#include <unistd.h>
9
#include <unistd.h>
10
#include <assert.h>
10
#include <assert.h>
11
#include <inttypes.h>
11
#include <inttypes.h>
12
#include <stdint.h>
12
13
13
#include <dvdread/dvd_reader.h>
14
#include <dvdread/dvd_reader.h>
14
#include <dvdread/ifo_types.h>
15
#include <dvdread/ifo_types.h>
(-)disc/cdrommodule.c~ (+1 lines)
Lines 36-41 Link Here
36
#include "Python.h"
36
#include "Python.h"
37
#include <fcntl.h>
37
#include <fcntl.h>
38
#include <sys/ioctl.h>
38
#include <sys/ioctl.h>
39
#include <stdint.h>
39
40
40
#ifdef __linux__
41
#ifdef __linux__
41
#include <linux/cdrom.h>
42
#include <linux/cdrom.h>

Return to bug 153445