Portability fix for SunOS

This commit is contained in:
Pierre Pronchery 2014-10-25 01:39:56 +02:00
parent f8cbf53ad4
commit 01651dab00

View File

@ -16,7 +16,7 @@
#include <sys/stat.h>
#if defined(__sun__)
#if defined(__sun)
# include <fcntl.h>
#endif
#include <dirent.h>