diff options
Diffstat (limited to 'src/fileio.cpp')
-rw-r--r-- | src/fileio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.cpp b/src/fileio.cpp index a578d05fe..8ab41b31a 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -12,6 +12,7 @@ #include "debug.h" #include "fios.h" #ifndef WIN32 +#include <pwd.h> #include <unistd.h> #include <sys/stat.h> #endif |