1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Missing #include

This commit is contained in:
Rémi Denis-Courmont 2011-09-04 12:32:40 +03:00
parent bf288927ee
commit 22e5015caf

View File

@ -27,6 +27,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <dirent.h>
DIR *fdopendir (int fd)