diff options
Diffstat (limited to 'devel/flatzebra/files/patch-src__flatzebra__SoundMixer.h')
-rw-r--r-- | devel/flatzebra/files/patch-src__flatzebra__SoundMixer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/flatzebra/files/patch-src__flatzebra__SoundMixer.h b/devel/flatzebra/files/patch-src__flatzebra__SoundMixer.h new file mode 100644 index 000000000000..98e13eaf42c9 --- /dev/null +++ b/devel/flatzebra/files/patch-src__flatzebra__SoundMixer.h @@ -0,0 +1,11 @@ +--- src/flatzebra/SoundMixer.h.orig Tue Oct 18 12:13:19 2005 ++++ src/flatzebra/SoundMixer.h Tue Oct 18 12:13:24 2005 +@@ -23,7 +23,7 @@ + #ifndef _H_SoundMixer + #define _H_SoundMixer + +-#include <SDL/SDL_mixer.h> ++#include <SDL11/SDL_mixer.h> + + #include <string> + |