diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/construo/files/patch-config.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/construo/files/patch-config.hxx b/games/construo/files/patch-config.hxx new file mode 100644 index 000000000000..11a967190169 --- /dev/null +++ b/games/construo/files/patch-config.hxx @@ -0,0 +1,10 @@ +--- config.hxx.orig 2003-01-11 18:37:26.000000000 +0300 ++++ config.hxx 2013-09-13 20:20:18.512226481 +0400 +@@ -21,6 +21,7 @@ + #define CONFIG_HH + + #include <string> ++#include <cstdlib> // for getenv() + + class Config + { |