summaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-07 20:06:23 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-07 20:06:23 +0000
commitc5e97233e8c8e53aab1b80b5e9891a71c4edea3e (patch)
tree6bf1eb8605f56e1f1647df85e4351a24e763895f /block.c
parent9399f095bd742ef8dc0f1b08baa3893d9bdbeebc (diff)
downloadqemu-c5e97233e8c8e53aab1b80b5e9891a71c4edea3e.tar.gz
Support for DragonFly BSD (Hasso Tepper)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6746 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'block.c')
-rw-r--r--block.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/block.c b/block.c
index 81f36b91c4..669e02126d 100644
--- a/block.c
+++ b/block.c
@@ -35,8 +35,10 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
+#ifndef __DragonFly__
#include <sys/disk.h>
#endif
+#endif
#define SECTOR_BITS 9
#define SECTOR_SIZE (1 << SECTOR_BITS)