Portability fix for SunOS
This commit is contained in:
parent
f8cbf53ad4
commit
01651dab00
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#if defined(__sun__)
|
#if defined(__sun)
|
||||||
# include <fcntl.h>
|
# include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user