Build fix for SunOS

This commit is contained in:
Pierre Pronchery 2014-10-25 00:42:38 +02:00
parent da3f18eb83
commit e907f3834a

View File

@ -16,6 +16,9 @@
#include <sys/stat.h>
#if defined(__sun__)
# include <fcntl.h>
#endif
#include <dirent.h>
#include <unistd.h>
#include <stdlib.h>