]> git.sesse.net Git - vlc/blobdiff - modules/control/netsync.c
Remove sys/types.h check
[vlc] / modules / control / netsync.c
index 5652d0e15a3c32975a8dcca2540bf14c4597a591..118255e3c71f2dcf8a14af876aff4fc04bd04c1d 100644 (file)
@@ -37,9 +37,7 @@
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif
-#ifdef HAVE_SYS_TYPES_H
-#   include <sys/types.h>
-#endif
+#include <sys/types.h>
 #ifdef HAVE_POLL
 #   include <poll.h>
 #endif