summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-mozilla_content_media_AudioStream.h
blob: 9a76637b85ab30ff78733c4b70d36d46256af566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-mozilla_content_media_AudioStream.h,v 1.2 2014/08/13 22:36:04 joerg Exp $

--- mozilla/content/media/AudioStream.h.orig	2014-07-18 00:05:12.000000000 +0000
+++ mozilla/content/media/AudioStream.h
@@ -17,6 +17,7 @@
 #include "mozilla/RefPtr.h"
 
 #include "cubeb/cubeb.h"
+#include "soundtouch/SoundTouch.h"
 
 template <>
 class nsAutoRefTraits<cubeb_stream> : public nsPointerRefTraits<cubeb_stream>
@@ -25,10 +26,6 @@ public:
   static void Release(cubeb_stream* aStream) { cubeb_stream_destroy(aStream); }
 };
 
-namespace soundtouch {
-class SoundTouch;
-}
-
 namespace mozilla {
 
 class AudioStream;