summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflactag.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-14 19:09:23 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-14 19:09:23 +0000
commit7c399e62b5d35ab1fb472b46e2ed5198a84c3642 (patch)
treefb9eed84d1f37fb534131116aa10bcb29207231f /ext/flac/gstflactag.c
parent734e19ff44c4ab52d42d60e538834b95fb5ed9ee (diff)
distcheck fixes
Original commit message from CVS: distcheck fixes
Diffstat (limited to 'ext/flac/gstflactag.c')
-rw-r--r--ext/flac/gstflactag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c
index 03e24a1e..39d31729 100644
--- a/ext/flac/gstflactag.c
+++ b/ext/flac/gstflactag.c
@@ -24,7 +24,7 @@
#include "config.h"
#endif
#include <gst/gsttaginterface.h>
-#include <gst/tags/gsttagediting.h>
+#include <gst/tag/tag.h>
#include <string.h>
#define GST_TYPE_FLAC_TAG (gst_flac_tag_get_type())