diff options
Diffstat (limited to 'games/asc/files/patch-source::sdl::testSound.cpp')
-rw-r--r-- | games/asc/files/patch-source::sdl::testSound.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/asc/files/patch-source::sdl::testSound.cpp b/games/asc/files/patch-source::sdl::testSound.cpp new file mode 100644 index 000000000000..b7f7aa18c0d7 --- /dev/null +++ b/games/asc/files/patch-source::sdl::testSound.cpp @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- source/sdl/testSound.cpp 2001/02/16 21:38:57 1.1 ++++ source/sdl/testSound.cpp 2001/02/16 21:39:20 +@@ -14,7 +14,7 @@ + * * + ***************************************************************************/ + #include <stdio.h> +-#include <SDL/SDL.h> ++#include <SDL.h> + #include <unistd.h> + #include <sound.h> + |