Changeset - r6323:fab701429631
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-03-18 18:02:24
rubidium@openttd.org
(svn r9281) -Fix [FS#687]: compile failure when compiling with 'home directories' enabled (stepancheg).
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/fileio.cpp
Show inline comments
 
@@ -12,6 +12,7 @@
 
#include "debug.h"
 
#include "fios.h"
 
#ifndef WIN32
 
#include <pwd.h>
 
#include <unistd.h>
 
#include <sys/stat.h>
 
#endif
0 comments (0 inline, 0 general)