diff options
author | Joost Peters | 2011-05-08 01:25:09 +0200 |
---|---|---|
committer | Joost Peters | 2011-05-08 01:25:09 +0200 |
commit | e28b402295b92e080274a8b39869dd5f63c195f1 (patch) | |
tree | 46c94ce23e205d41574be104351b967bcc5f6eea /backends/saves/posix | |
parent | 94c7e37ac38d991e96f2336e0a09e748fcbd1080 (diff) | |
download | scummvm-rg350-e28b402295b92e080274a8b39869dd5f63c195f1.tar.gz scummvm-rg350-e28b402295b92e080274a8b39869dd5f63c195f1.tar.bz2 scummvm-rg350-e28b402295b92e080274a8b39869dd5f63c195f1.zip |
IRIX: Fix compilation
Diffstat (limited to 'backends/saves/posix')
-rw-r--r-- | backends/saves/posix/posix-saves.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/saves/posix/posix-saves.cpp b/backends/saves/posix/posix-saves.cpp index 37db208223..3a8e5e998e 100644 --- a/backends/saves/posix/posix-saves.cpp +++ b/backends/saves/posix/posix-saves.cpp @@ -26,6 +26,7 @@ // Enable mkdir #define FORBIDDEN_SYMBOL_EXCEPTION_mkdir +#define FORBIDDEN_SYMBOL_EXCEPTION_time_h //On IRIX, sys/stat.h includes sys/time.h #include "common/scummsys.h" |