diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-08 02:20:40 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-08 02:20:40 +0000 |
| commit | 2e61352b441ad25b01cf574269cda55d7944ac47 (patch) | |
| tree | 7cedfdd0b7d251cdac6b2be319b890fc6b41b196 /plugins/dfcdrom/cdr.h | |
| parent | d90ff02b76e0703cde0e7a6e3d7799b832594b9b (diff) | |
| download | pcsxr-2e61352b441ad25b01cf574269cda55d7944ac47.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54333 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr.h')
| -rw-r--r-- | plugins/dfcdrom/cdr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h index 5ebdbbc0..7faa3c0e 100644 --- a/plugins/dfcdrom/cdr.h +++ b/plugins/dfcdrom/cdr.h @@ -76,8 +76,10 @@ struct cdrom_msf { #ifdef __FreeBSD__ -#include <sys/disklabel.h> +#include <sys/ata.h> #include <sys/cdio.h> +#include <sys/cdrio.h> +#include <sys/disklabel.h> #define DEV_DEF "/dev/acd0" |
