summaryrefslogtreecommitdiff
path: root/games/asc/files/patch-source::sdl::sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/asc/files/patch-source::sdl::sound.cpp')
-rw-r--r--games/asc/files/patch-source::sdl::sound.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/asc/files/patch-source::sdl::sound.cpp b/games/asc/files/patch-source::sdl::sound.cpp
new file mode 100644
index 000000000000..9b76e5b32115
--- /dev/null
+++ b/games/asc/files/patch-source::sdl::sound.cpp
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- source/sdl/sound.cpp 2001/02/16 21:38:57 1.1
++++ source/sdl/sound.cpp 2001/02/16 21:39:17
+@@ -21,8 +21,8 @@
+ #include <string.h>
+ #include <stdlib.h>
+ //#include <unistd.h>
+-//#include <SDL/SDL_audio.h>
+-//#include <SDL/SDL_error.h>
++//#include <SDL_audio.h>
++//#include <SDL_error.h>
+
+ #include "../global.h"
+ #include sdlheader