blob: 6ca63092234c5930fd23e95030587688e161944c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- game/choosestadium.cpp.orig 2013-09-13 21:14:11.171227695 +0400
+++ game/choosestadium.cpp 2013-09-13 21:14:29.875227107 +0400
@@ -5,6 +5,7 @@
#include <fstream>
#include <sys/stat.h>
#include <dirent.h>
+#include <unistd.h> // for chdir()
#define THEMES_DIR "themes/"
|