]> git.sesse.net Git - vlc/blobdiff - src/modules/os.c
Remove sys/types.h check
[vlc] / src / modules / os.c
index 63df567bf1075a2cfc9acb1327cda46bb5906e64..cc33c513287710ab18d09cdfb225ae85f1b32dd7 100644 (file)
@@ -38,9 +38,7 @@
 #include <stdio.h>                                              /* sprintf() */
 #include <string.h>                                              /* strdup() */
 
-#ifdef HAVE_SYS_TYPES_H
-#   include <sys/types.h>
-#endif
+#include <sys/types.h>
 
 #if !defined(HAVE_DYNAMIC_PLUGINS)
     /* no support for plugins */