]> git.sesse.net Git - vlc/blobdiff - src/control/mediacontrol_core.c
Remove sys/types.h check
[vlc] / src / control / mediacontrol_core.c
index 7d73a600607dc6eb2b366b60fc7240ce706268ef..e6af12fe734a25fa891f9e973dcd9956e1dfa47e 100644 (file)
@@ -46,9 +46,7 @@
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif
-#ifdef HAVE_SYS_TYPES_H
-#    include <sys/types.h>
-#endif
+#include <sys/types.h>
 
 mediacontrol_Instance* mediacontrol_new( int argc, char** argv, mediacontrol_Exception *exception )
 {