Commit 22e5015c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing #include

parent bf288927
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment