xmoto-0.5.10-gcc47.patch 367 B

1234567891011
  1. --- src/helpers/System.cpp.old 2012-06-12 11:01:24.332083600 +0200
  2. +++ src/helpers/System.cpp 2012-06-12 11:01:35.335083715 +0200
  3. @@ -24,6 +24,7 @@
  4. #include "Log.h"
  5. #include "VExcept.h"
  6. #include <sstream>
  7. +#include <unistd.h>
  8. std::vector<std::string>* System::getDisplayModes(int windowed) {
  9. std::vector<std::string>* modes = new std::vector<std::string>;