diff options
author | root <root@rshg054.dnsready.net> | 2012-08-15 00:02:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-15 00:02:45 +0000 |
commit | c0241f4d9174d80fb50b9561095a685c8a0a5058 (patch) | |
tree | d514c483a6361485025440e31f135ef36141453a /community/simutrans/fix-build.patch | |
parent | a36c4a33891932acf2ac1cdebbb9caed01d7df6f (diff) |
Wed Aug 15 00:02:44 UTC 2012
Diffstat (limited to 'community/simutrans/fix-build.patch')
-rw-r--r-- | community/simutrans/fix-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/simutrans/fix-build.patch b/community/simutrans/fix-build.patch new file mode 100644 index 000000000..a575cbef6 --- /dev/null +++ b/community/simutrans/fix-build.patch @@ -0,0 +1,11 @@ +diff -Naur utils/csv.cc utils/csv.cc +--- utils/csv.cc 2012-03-18 21:10:39.000000000 +0000 ++++ utils/csv.cc 2012-05-04 11:06:50.228842822 +0000 +@@ -8,6 +8,7 @@ + #include <cstring> + #include <stdio.h> + #include <assert.h> ++#include <stdlib.h> + + #include "csv.h" + #include "simstring.h" |