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

(-)dvd+rw-tools-7.0/dvd+rw-booktype.cpp (-1 / +1 lines)
Lines 27-33 Link Here
27
EOS
27
EOS
28
exit
28
exit
29
#endif
29
#endif
30
30
#include <limits.h>
31
#include <stdio.h>
31
#include <stdio.h>
32
#include <stddef.h>
32
#include <stddef.h>
33
#include <stdlib.h>
33
#include <stdlib.h>
(-)dvd+rw-tools-7.0/dvd+rw-format.cpp (-1 / +1 lines)
Lines 70-76 Link Here
70
#include <stdio.h>
70
#include <stdio.h>
71
#include <stdlib.h>
71
#include <stdlib.h>
72
#include <string.h>
72
#include <string.h>
73
73
#include <limits.h>
74
#if defined(__unix) || defined(__unix__)
74
#if defined(__unix) || defined(__unix__)
75
#include <sys/types.h>
75
#include <sys/types.h>
76
#include <sys/stat.h>
76
#include <sys/stat.h>
(-)dvd+rw-tools-7.0/dvd+rw-mediainfo.cpp (-1 / +1 lines)
Lines 3-9 Link Here
3
 *
3
 *
4
 * This code is in public domain.
4
 * This code is in public domain.
5
 */
5
 */
6
6
#include <limits.h>
7
#include <stdio.h>
7
#include <stdio.h>
8
#include <stddef.h>
8
#include <stddef.h>
9
#include <stdlib.h>
9
#include <stdlib.h>
(-)dvd+rw-tools-7.0/dvd-ram-control.cpp (+1 lines)
Lines 1-3 Link Here
1
#include <limits.h>
1
#include "transport.hxx"
2
#include "transport.hxx"
2
3
3
int main (int argc,char *argv[])
4
int main (int argc,char *argv[])
(-)dvd+rw-tools-7.0/growisofs.c (-1 / +1 lines)
Lines 558-565 Link Here
558
558
559
559
560
#if defined(__linux)
560
#if defined(__linux)
561
562
#include <linux/types.h>
561
#include <linux/types.h>
562
#include <limits.h>
563
#include <linux/cdrom.h>
563
#include <linux/cdrom.h>
564
#include <sys/ioctl.h>
564
#include <sys/ioctl.h>
565
#include <sys/prctl.h>
565
#include <sys/prctl.h>
(-)dvd+rw-tools-7.0/growisofs_mmc.cpp (-1 / +1 lines)
Lines 13-19 Link Here
13
#define _GNU_SOURCE
13
#define _GNU_SOURCE
14
#endif
14
#endif
15
#endif
15
#endif
16
16
#include <limits.h>
17
#include "transport.hxx"
17
#include "transport.hxx"
18
18
19
#include <time.h>
19
#include <time.h>

Return to bug 195912