summaryrefslogblamecommitdiff
path: root/games/glmaze/files/patch-sound.c
blob: ab3771b2153360ee6079c1018167e797a1bc50ab (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                
--- sound.c.orig	Thu Jun  5 19:49:36 2003
+++ sound.c	Thu Jun  5 19:50:22 2003
@@ -18,7 +18,7 @@
 #include "maze.h"
 
 #ifdef SOUND
-#include <SDL/SDL_mixer.h>
+#include <SDL_mixer.h>
 Mix_Chunk *sound[5];
 Mix_Music *music; 
 #endif