CDROM ioctls.  (Lionel Ulmer)


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@163 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_unsafe.h b/coregrind/vg_unsafe.h
index 6e362ad..bbc417d 100644
--- a/coregrind/vg_unsafe.h
+++ b/coregrind/vg_unsafe.h
@@ -54,7 +54,7 @@
 #include <scsi/sg.h>      /* for the SG_* ioctls */
 #include <sched.h>        /* for struct sched_param */
 #include <linux/sysctl.h> /* for struct __sysctl_args */
-
+#include <linux/cdrom.h>  /* for cd-rom ioctls */
 
 #define __USE_LARGEFILE64
 #include <sys/stat.h>     /* for struct stat */