summaryrefslogtreecommitdiff
path: root/community-testing/xmoto/system.cpp.patch
blob: df42e3a7c64bf1417f6ad51456ffb2f51e8ee083 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/helpers/System.cpp	2011-10-11 22:18:14.000000000 +0200
+++ b/src/helpers/System.cpp	2012-07-21 21:28:40.000000000 +0200
@@ -24,6 +24,7 @@
 #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>;