]> git.sesse.net Git - vlc/blobdiff - modules/access/file.c
fdopendir needs dirent.h
[vlc] / modules / access / file.c
index 0e485554069271534564be51a24829c149b7ee2a..e20a1a6554e2d272872c54f40c05c5ad8049c51e 100644 (file)
@@ -58,8 +58,8 @@
 #   include <shlwapi.h>
 #else
 #   include <unistd.h>
-#   include <poll.h>
 #endif
+#include <dirent.h>
 
 #if defined( WIN32 ) && !defined( UNDER_CE )
 #   ifdef lseek