diff options
Diffstat (limited to 'games-puzzle/ngstar/files/ngstar-2.1.8-gcc43.patch')
-rw-r--r-- | games-puzzle/ngstar/files/ngstar-2.1.8-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-puzzle/ngstar/files/ngstar-2.1.8-gcc43.patch b/games-puzzle/ngstar/files/ngstar-2.1.8-gcc43.patch new file mode 100644 index 000000000000..72c0f70007a4 --- /dev/null +++ b/games-puzzle/ngstar/files/ngstar-2.1.8-gcc43.patch @@ -0,0 +1,10 @@ +--- libngstar2/Configuration.hh ++++ libngstar2/Configuration.hh +@@ -26,6 +26,7 @@ + #include <fstream> + #include <iostream> + #include <string> ++#include <cstdlib> + + #include <getopt.h> + #include <sys/stat.h> |