summaryrefslogtreecommitdiff
path: root/games/amphetamine/files/patch-src_SoundList.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/amphetamine/files/patch-src_SoundList.hpp')
-rw-r--r--games/amphetamine/files/patch-src_SoundList.hpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/amphetamine/files/patch-src_SoundList.hpp b/games/amphetamine/files/patch-src_SoundList.hpp
new file mode 100644
index 000000000000..6bbafc7a0773
--- /dev/null
+++ b/games/amphetamine/files/patch-src_SoundList.hpp
@@ -0,0 +1,24 @@
+
+$FreeBSD$
+
+--- src/SoundList.hpp 2001/01/22 21:09:51 1.1
++++ src/SoundList.hpp 2001/01/22 21:10:20
+@@ -6,9 +6,9 @@
+ #define _AMPH_SOUND_LIST_
+
+ extern "C" {
+-#include <SDL/SDL.h>
+-#include <SDL/SDL_audio.h>
+-#include <SDL/SDL_types.h>
++#include <SDL.h>
++#include <SDL_audio.h>
++#include <SDL_types.h>
+ }
+
+ class CSound;
+@@ -55,4 +55,4 @@
+ SoundState *first, *prev, *current;
+ };
+
+-#endif
++#endif