diff options
Diffstat (limited to 'community/xmoto/unistd.patch')
-rw-r--r-- | community/xmoto/unistd.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/xmoto/unistd.patch b/community/xmoto/unistd.patch new file mode 100644 index 000000000..5cc765449 --- /dev/null +++ b/community/xmoto/unistd.patch @@ -0,0 +1,12 @@ +*** src/helpers/System.cpp 2011-10-11 22:18:14.000000000 +0200 +--- src/helpers/System2.cpp 2012-06-10 12:13:10.899345562 +0200 +*************** +*** 24,29 **** +--- 24,30 ---- + #include "Log.h" + #include "VExcept.h" + #include <sstream> ++ #include <unistd.h> + + std::vector<std::string>* System::getDisplayModes(int windowed) { + std::vector<std::string>* modes = new std::vector<std::string>; |