mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
22d8d01d04
PR: 26250 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
--- uta/sound.h.orig Sat Mar 31 05:25:38 2001
|
|
+++ uta/sound.h Sat Mar 31 05:27:39 2001
|
|
@@ -36,9 +36,9 @@
|
|
#endif
|
|
|
|
#ifdef HAVE_MIXER
|
|
-#include <SDL/SDL_mixer.h>
|
|
+#include <SDL11/SDL_mixer.h>
|
|
#else
|
|
-#include <SDL/SDL_types.h>
|
|
+#include <SDL11/SDL_types.h>
|
|
#endif
|
|
|
|
namespace uta {
|