diff options
Diffstat (limited to 'games/highmoon/files/patch-galaxy.cpp')
-rw-r--r-- | games/highmoon/files/patch-galaxy.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/highmoon/files/patch-galaxy.cpp b/games/highmoon/files/patch-galaxy.cpp new file mode 100644 index 000000000000..e9ce7295d553 --- /dev/null +++ b/games/highmoon/files/patch-galaxy.cpp @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- galaxy.cpp.orig ++++ galaxy.cpp +@@ -24,7 +24,7 @@ + ******************************************************************************************/ + + #include <cmath> +- ++#include <time.h> + #include "galaxy.hpp" + #include "sound.hpp" + |