File diff r14271:86e78183a586 → r14272:36cdf415cd1e
src/fileio.cpp
Show inline comments
 
@@ -16,12 +16,15 @@
 
#include "fios.h"
 
#include "string_func.h"
 
#include "tar_type.h"
 
#ifdef WIN32
 
#include <windows.h>
 
#else
 
#ifdef OPENBSD
 
#include <unistd.h>
 
#endif
 
#include <pwd.h>
 
#endif
 
#include <sys/stat.h>
 
#include <algorithm>
 

	
 
/*************************************************/