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

Collapse All | Expand All

(-)ogmrip-0.9.0/libogmdvd/ogmdvd.c.orig (+5 lines)
Lines 21-26 Link Here
21
21
22
#include <stdio.h>
22
#include <stdio.h>
23
#include <string.h>
23
#include <string.h>
24
#if defined(HAVE_INTTYPES_H)
25
#include <inttypes.h>
26
#elif defined(HAVE_STDINT_H)
27
#include <stdint.h>
28
#endif
24
29
25
#include <dvdread/ifo_types.h>
30
#include <dvdread/ifo_types.h>
26
#include <dvdread/ifo_read.h>
31
#include <dvdread/ifo_read.h>
(-)ogmrip-0.9.0/dvdcpy/dvdcpy.c.orig (-3 / +8 lines)
Lines 18-26 Link Here
18
18
19
#include "config.h"
19
#include "config.h"
20
20
21
#include <dvdread/dvd_reader.h>
22
#include <dvdread/ifo_read.h>
23
24
#include <sys/stat.h>
21
#include <sys/stat.h>
25
22
26
#include <fcntl.h>
23
#include <fcntl.h>
Lines 30-35 Link Here
30
#include <string.h>
27
#include <string.h>
31
#include <unistd.h>
28
#include <unistd.h>
29
#if defined(HAVE_INTTYPES_H)
30
#include <inttypes.h>
31
#elif defined(HAVE_STDINT_H)
32
#include <stdint.h>
33
#endif
32
34
35
#include <dvdread/dvd_reader.h>
36
#include <dvdread/ifo_read.h>
37
33
#ifdef HAVE_STATVFS
38
#ifdef HAVE_STATVFS
34
#include <sys/statvfs.h>
39
#include <sys/statvfs.h>
35
#endif
40
#endif

Return to bug 128812