summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/sndfile/gstsfsrc.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2df4a14d..324aefa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/sndfile/gstsfsrc.c:
+ Fix build (installed setup).
+
2007-02-05 Andy Wingo <wingo@pobox.com>
* ext/sndfile/Makefile.am:
diff --git a/ext/sndfile/gstsfsrc.c b/ext/sndfile/gstsfsrc.c
index da0236c0..449c32fb 100644
--- a/ext/sndfile/gstsfsrc.c
+++ b/ext/sndfile/gstsfsrc.c
@@ -25,7 +25,7 @@
# include "config.h"
#endif
-#include <gst/gst-i18n-lib.h>
+#include <gst/gst-i18n-plugin.h>
#include "gstsfsrc.h"