diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-27 18:22:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-27 18:22:37 +0000 |
commit | e02c7f2ab778d995551e14340951d982402fb899 (patch) | |
tree | c2d280c7d08fb47cdd4df294598da46c3c08f50f /games/highmoon/files/patch-galaxy.cpp | |
parent | fix build (diff) |
Fix build on 4.x
Notes
Notes:
svn path=/head/; revision=127490
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" + |