(svn r9281) -Fix [FS#687]: compile failure when compiling with 'home directories' enabled (stepancheg).

This commit is contained in:
rubidium 2007-03-18 18:02:24 +00:00
parent b63634f095
commit 065144b5ae

View File

@ -12,6 +12,7 @@
#include "debug.h"
#include "fios.h"
#ifndef WIN32
#include <pwd.h>
#include <unistd.h>
#include <sys/stat.h>
#endif