mirror of https://github.com/OpenTTD/OpenTTD
(svn r22719) -Fix: compilation with gcc 4.7
parent
92dd3bb0e2
commit
564dc66131
|
@ -22,9 +22,7 @@
|
||||||
#include <Path.h>
|
#include <Path.h>
|
||||||
#include <storage/FindDirectory.h>
|
#include <storage/FindDirectory.h>
|
||||||
#else
|
#else
|
||||||
#if defined(OPENBSD) || defined(DOS)
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#endif
|
#endif
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
Loading…
Reference in New Issue