diff options
Diffstat (limited to '')
-rw-r--r-- | games/highmoon/files/patch-sound.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/highmoon/files/patch-sound.cpp b/games/highmoon/files/patch-sound.cpp new file mode 100644 index 000000000000..7d24d8b5fb0f --- /dev/null +++ b/games/highmoon/files/patch-sound.cpp @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- sound.cpp.orig ++++ sound.cpp +@@ -24,7 +24,7 @@ + ******************************************************************************************/ + + #include <iostream> +- ++#include <stdlib.h> + #include "sound.hpp" + + Soundset::Sample Soundset::sounds[ NUMBEROFCHANNELS ]; |