diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-08 00:57:10 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-08 00:57:10 +0000 |
| commit | 96f5bed67cf3027b33c4bec426fb7833d9f5ab58 (patch) | |
| tree | c294648c045a6ed0a573ad55045562a245d71a23 /plugins/dfcdrom/cdr.h | |
| parent | 1a0d87b376b4400a58b1441f7a536cf5bc7f54ce (diff) | |
| download | pcsxr-96f5bed67cf3027b33c4bec426fb7833d9f5ab58.tar.gz | |
abusing the svn repository to copy the code from GNU/Linux host and FreeBSD in virtualbox :)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54330 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr.h')
| -rw-r--r-- | plugins/dfcdrom/cdr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h index fab260e5..5ebdbbc0 100644 --- a/plugins/dfcdrom/cdr.h +++ b/plugins/dfcdrom/cdr.h @@ -76,6 +76,9 @@ struct cdrom_msf { #ifdef __FreeBSD__ +#include <sys/disklabel.h> +#include <sys/cdio.h> + #define DEV_DEF "/dev/acd0" #else |
