diff dvd_udf.c @ 176:4e099155c968 src

Helping with the WIN32 port.
author jcdutton
date Mon, 28 Apr 2003 16:29:22 +0000
parents 330ef38ad968
children b0aa6f7931c0
line wrap: on
line diff
--- a/dvd_udf.c	Mon Apr 28 15:32:19 2003 +0000
+++ b/dvd_udf.c	Mon Apr 28 16:29:22 2003 +0000
@@ -33,7 +33,11 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+
+#ifndef _MSC_VER
 #include <sys/ioctl.h>
+#endif /* _MSC_VER */
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>