summaryrefslogtreecommitdiff
path: root/sys/directsound/gstdirectsoundsrc.c
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2012-12-13 01:57:21 +0400
committerTim-Philipp Müller <tim@centricular.net>2012-12-12 22:45:53 +0000
commit1b11496194457f01187ea2313c7e8f7c8a113713 (patch)
tree6ccf1ede1eaead57f431b63daf741964195f24b1 /sys/directsound/gstdirectsoundsrc.c
parentb0c30383ca189e56b41e9416986b164c57f76a10 (diff)
downloadgstreamer-plugins-bad-1b11496194457f01187ea2313c7e8f7c8a113713.tar.gz
directsound: fix compilation errors caused by circular includes
https://bugzilla.gnome.org/show_bug.cgi?id=690128
Diffstat (limited to 'sys/directsound/gstdirectsoundsrc.c')
-rw-r--r--sys/directsound/gstdirectsoundsrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/directsound/gstdirectsoundsrc.c b/sys/directsound/gstdirectsoundsrc.c
index 4c998ea25..869dbeb09 100644
--- a/sys/directsound/gstdirectsoundsrc.c
+++ b/sys/directsound/gstdirectsoundsrc.c
@@ -66,6 +66,7 @@
#endif
#include <gst/gst.h>
+#include <gst/audio/audio.h>
#include <gst/audio/gstaudiobasesrc.h>
#include "gstdirectsoundsrc.h"