diff options
author | Oliver Kiehl | 2003-03-26 17:12:56 +0000 |
---|---|---|
committer | Oliver Kiehl | 2003-03-26 17:12:56 +0000 |
commit | b3a20b29ba3d92329b965c25ca3601702707ee60 (patch) | |
tree | dae5a2c4ca4b44207a88ec7148fc2ea7f7acd66e | |
parent | c5cc9d8f60f7702335305120de8e0c65a652112b (diff) | |
download | scummvm-rg350-b3a20b29ba3d92329b965c25ca3601702707ee60.tar.gz scummvm-rg350-b3a20b29ba3d92329b965c25ca3601702707ee60.tar.bz2 scummvm-rg350-b3a20b29ba3d92329b965c25ca3601702707ee60.zip |
get scummvm to compile on unix != macosx as well
svn-id: r6866
-rw-r--r-- | backends/fs/posix/posix-fs.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp index e77d024b3c..0cd52b7df2 100644 --- a/backends/fs/posix/posix-fs.cpp +++ b/backends/fs/posix/posix-fs.cpp @@ -22,10 +22,8 @@ #include "../fs.h" -#ifdef MACOSX #include <sys/types.h> #include <sys/param.h> -#endif #include <sys/stat.h> #include <dirent.h> #include <stdio.h> |