summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom/cdr.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-08 00:57:10 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-08 00:57:10 +0000
commit96f5bed67cf3027b33c4bec426fb7833d9f5ab58 (patch)
treec294648c045a6ed0a573ad55045562a245d71a23 /plugins/dfcdrom/cdr.h
parent1a0d87b376b4400a58b1441f7a536cf5bc7f54ce (diff)
downloadpcsxr-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.h3
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