blob: 4e4fed1b7ffb78b9866b5b0fb8bc1def8b075816 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- game/soccergame.cpp.orig 2008-05-06 17:38:43 UTC
+++ game/soccergame.cpp
@@ -1,3 +1,5 @@
+#include <unistd.h> // for chdir
+
#include "soccergame.h"
#include "stadium.h"
#include "menuchapping.h"
|