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

(-)udftools-1.0.0b3/cdrwtool/cdrwtool.c (+1 lines)
Lines 27-32 Link Here
27
#include <unistd.h>
27
#include <unistd.h>
28
#include <getopt.h>
28
#include <getopt.h>
29
#include <signal.h>
29
#include <signal.h>
30
#include <limits.h>
30
31
31
#include <sys/ioctl.h>
32
#include <sys/ioctl.h>
32
#include <asm/param.h>
33
#include <asm/param.h>
(-)udftools-1.0.0b3/pktsetup/pktsetup.c (+1 lines)
Lines 23-28 Link Here
23
#include <getopt.h>
23
#include <getopt.h>
24
#include <bits/types.h>
24
#include <bits/types.h>
25
#include <sys/types.h>
25
#include <sys/types.h>
26
#include <limits.h>
26
27
27
#include <linux/cdrom.h>
28
#include <linux/cdrom.h>
28
29

Return to bug 196037