]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/cdrom.c
Remove sys/types.h check
[vlc] / modules / access / vcd / cdrom.c
index 78246ea0aff917c22a4d87f93f1b41b9934eea29..765f6c561b5bd5f906f755898fd222bd415c60b4 100644 (file)
@@ -39,9 +39,7 @@
 #   include <unistd.h>
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#   include <sys/types.h>
-#endif
+#include <sys/types.h>
 #ifdef HAVE_SYS_STAT_H
 #   include <sys/stat.h>
 #endif