forked from Lainports/opnsense-ports
8 lines
203 B
C++
8 lines
203 B
C++
--- 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"
|