summaryrefslogtreecommitdiffstats
path: root/games/aklabeth/compilefix.diff
blob: 755f5404aa556f6770138d522312b9d8269d2acc (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur aklabeth-1.0.orig/src/sdw.hxx aklabeth-1.0/src/sdw.hxx
--- aklabeth-1.0.orig/src/sdw.hxx	2004-05-29 09:14:52.000000000 -0400
+++ aklabeth-1.0/src/sdw.hxx	2016-08-14 01:27:48.025900560 -0400
@@ -19,6 +19,7 @@
 
 #include <iostream>
 #include <string>
+#include <cstdlib>
 
 namespace SDLWrapper                            // It's all nicely in a namespace SDLWrapper
 {