File diff r14271:86e78183a586 → r14272:36cdf415cd1e
src/fileio.cpp
Show inline comments
 
@@ -19,6 +19,9 @@
 
#ifdef WIN32
 
#include <windows.h>
 
#else
 
#ifdef OPENBSD
 
#include <unistd.h>
 
#endif
 
#include <pwd.h>
 
#endif
 
#include <sys/stat.h>